Playnite Forums
  • Playnite Web
  • Rules
  • Members
  • Team
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Playnite Forums Extension Database Generic Extensions IsThereAnyDeal (alternative)

IsThereAnyDeal (alternative)
sofmarch
Offline

#21
10-31-2020, 02:06 AM
Is there any way to delete a game from the Extensions menu? I recently bought a bunch of games that were on my Steam wishlist but for some reason they are still showing up in the IsThereAnyDeal extensions menu and I'm still receiving price notifications on them when I start Playnite.
Lacro59
Offline

#22
10-31-2020, 07:54 PM
(10-31-2020, 02:06 AM)sofmarch Wrote: Is there any way to delete a game from the Extensions menu? I recently bought a bunch of games that were on my Steam wishlist but for some reason they are still showing up in the IsThereAnyDeal extensions menu and I'm still receiving price notifications on them when I start Playnite.
The next release will can delete for some story and exclude some game.
In addition, I found an issue with steam wish list.
Lacro59
Offline

#23
11-06-2020, 08:33 PM
New release (v1.1):
  • Added count of game in wish list
  • Added exclusion list
  • Added Origin & Xbox wish list
  • Added remove GOG, Epic Game Store & Origin wish list
  • Added new filter
  • Added new option for notifications
  • Used new menus system
  • Added new SDK window creation
  • Optimized integration ui
  • Many improvements
sofmarch
Offline

#24
11-06-2020, 09:21 PM
The new update doesn't seem to be working for me. Trying to bring up the extensions menu keeps getting stuck on "Downloading" forever and trying to update the data brings up a notification about an error retrieving wishlist data for both Epic store and Steam wishlists. Made sure I was authenticated in settings but still doesn't work.
Lacro59
Offline

#25
11-07-2020, 01:13 PM
(11-06-2020, 09:21 PM)sofmarch Wrote: The new update doesn't seem to be working for me. Trying to bring up the extensions menu keeps getting stuck on "Downloading" forever and trying to update the data brings up a notification about an error retrieving wishlist data for both Epic store and Steam wishlists. Made sure I was authenticated in settings but still doesn't work.
Can you post your Playnite.log?
sofmarch
Offline

#26
11-07-2020, 02:00 PM
(11-07-2020, 01:13 PM)Lacro59 Wrote:
(11-06-2020, 09:21 PM)sofmarch Wrote: The new update doesn't seem to be working for me. Trying to bring up the extensions menu keeps getting stuck on "Downloading" forever and trying to update the data brings up a notification about an error retrieving wishlist data for both Epic store and Steam wishlists. Made sure I was authenticated in settings but still doesn't work.
Can you post your Playnite.log?
07-11 08:56:14.365|ERROR|Common:IsThereAnyDeal [??? 89] - Error in parse Steam wishlist
System.NullReferenceException: Object reference not set to an instance of an object.
   at IsThereAnyDeal.Services.SteamWishlist.GetWishlist(IPlayniteAPI PlayniteApi, Guid SourceId, String PluginUserDataPath, IsThereAnyDealSettings settings, Boolean CacheOnly) in E:\Github\Lacro59\playnite-isthereanydeal-plugin\Clients\SteamWishlist.cs:line 89
07-11 08:56:14.387|INFO|GenericWishlist:IsThereAnyDeal - Load from web for GOG
07-11 08:56:16.632|ERROR|Common:IsThereAnyDeal [??? 84] - Failed to download game inforamtion for 1109523731
System.NullReferenceException: Object reference not set to an instance of an object.
   at IsThereAnyDeal.Services.GogWishlist.GetWishlist(IPlayniteAPI PlayniteApi, Guid SourceId, String PluginUserDataPath, IsThereAnyDealSettings settings, Boolean CacheOnly) in E:\Github\Lacro59\playnite-isthereanydeal-plugin\Clients\GogWishlist.cs:line 84
07-11 08:56:16.632|INFO|GenericWishlist:IsThereAnyDeal - Load from web for Epic
07-11 08:56:17.075|INFO|GenericWishlist:IsThereAnyDeal - Load from web for Origin
07-11 08:56:18.517|DEBUG|Downloader:Downloading string content from http://www.playnite.link/update/stable/info.json using System.Text.UTF8Encoding encoding.
07-11 08:59:22.013|INFO|GenericWishlist:IsThereAnyDeal - Load from web for Steam
07-11 08:59:22.593|ERROR|Common:IsThereAnyDeal [??? 89] - Error in parse Steam wishlist
System.NullReferenceException: Object reference not set to an instance of an object.
   at IsThereAnyDeal.Services.SteamWishlist.GetWishlist(IPlayniteAPI PlayniteApi, Guid SourceId, String PluginUserDataPath, IsThereAnyDealSettings settings, Boolean CacheOnly) in E:\Github\Lacro59\playnite-isthereanydeal-plugin\Clients\SteamWishlist.cs:line 89
07-11 08:59:22.594|INFO|GenericWishlist:IsThereAnyDeal - Load from web for GOG
07-11 08:59:23.746|ERROR|Common:IsThereAnyDeal [??? 84] - Failed to download game inforamtion for 1109523731
System.NullReferenceException: Object reference not set to an instance of an object.
   at IsThereAnyDeal.Services.GogWishlist.GetWishlist(IPlayniteAPI PlayniteApi, Guid SourceId, String PluginUserDataPath, IsThereAnyDealSettings settings, Boolean CacheOnly) in E:\Github\Lacro59\playnite-isthereanydeal-plugin\Clients\GogWishlist.cs:line 84
07-11 08:59:23.746|INFO|GenericWishlist:IsThereAnyDeal - Load from web for Epic
07-11 08:59:24.201|INFO|GenericWishlist:IsThereAnyDeal - Load from web for Origin
07-11 08:59:25.004|ERROR|Common:IsThereAnyDeal [??? 81] - Error on UpdateDatas()
System.NullReferenceException: Object reference not set to an instance of an object.
   at IsThereAnyDeal.Clients.OriginWishlist.GetWishlist(IPlayniteAPI PlayniteApi, Guid SourceId, String PluginUserDataPath, IsThereAnyDealSettings settings, Boolean CacheOnly) in E:\Github\Lacro59\playnite-isthereanydeal-plugin\Clients\OriginWishlist.cs:line 81
   at IsThereAnyDeal.Services.IsThereAnyDealApi.LoadWishlist(IsThereAnyDeal plugin, IPlayniteAPI PlayniteApi, IsThereAnyDealSettings settings, String PluginUserDataPath, Boolean CacheOnly) in E:\Github\Lacro59\playnite-isthereanydeal-plugin\Services\IsThereAnyDealApi.cs:line 206
   at IsThereAnyDeal.Services.IsThereAnyDealApi.<>c__DisplayClass14_0.<UpdateDatas>b__0(GlobalProgressActionArgs activateGlobalProgress) in E:\Github\Lacro59\playnite-isthereanydeal-plugin\Services\IsThereAnyDealApi.cs:line 799
07-11 08:59:25.004|WARN|IsThereAnyDealApi:IsThereAnyDeal - Task UpdateDatas() - 00:00:02.99
Lacro59
Offline

#27
11-07-2020, 03:13 PM
I created a issue for investigate it: https://github.com/Lacro59/playnite-isth.../issues/16
RabidLime
Offline

#28
11-09-2020, 04:29 AM (This post was last modified: 11-09-2020, 04:34 AM by RabidLime.)
new version (1.1) gives me an error:

IsThereAnyDeal
An error occurred while retrieving the wishlist from Steam.
Try to identify yourself to your account.

i'm signed in, and this were showing up and notifying me just fine before the update. i updated all your other extensions as well. any idea what's going on?

edit: also tried uninstalling, deleting extension data, then reinstalling. still doesn't work.
Lacro59
Offline

#29
11-09-2020, 08:01 AM
(11-09-2020, 04:29 AM)RabidLime Wrote: new version (1.1) gives me an error:

IsThereAnyDeal
An error occurred while retrieving the wishlist from Steam.
Try to identify yourself to your account.

i'm signed in, and this were showing up and notifying me just fine before the update. i updated all your other extensions as well. any idea what's going on?

edit: also tried uninstalling, deleting extension data, then reinstalling. still doesn't work.
Can you post your Palynite.log?
mdoverl
Offline

#30
11-12-2020, 12:37 AM
The extension doesn't show up for me. Here is the Playnite.Log

Sorry I don't know how to format it so it takes up less space.

11-11 18:17:30.808|INFO|ExtensionInstaller:Installing extenstion/theme C:\Users\mdove\Downloads\Playnite Downloads\IsThereAnyDeal_1_1.pext
11-11 18:17:30.898|ERROR|Serialization:Failed to deserialize Playnite.API.ExtensionManifest from yaml:
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.Common.Serialization.FromYaml[T](String yaml) in E:\Devel\Playnite\source\Playnite.Common\Serialization.cs:line 90
11-11 18:17:30.965|DEBUG|Serialization:





<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="dns-prefetch" href="https://github.githubassets.com">
<link rel="dns-prefetch" href="https://avatars0.githubusercontent.com">
<link rel="dns-prefetch" href="https://avatars1.githubusercontent.com">
<link rel="dns-prefetch" href="https://avatars2.githubusercontent.com">
<link rel="dns-prefetch" href="https://avatars3.githubusercontent.com">
<link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
<link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">



<link crossorigin="anonymous" media="all" integrity="sha512-K+2SY5WIogVf/13vJ9BeX4zVI7sQjuctb6bSHvfTYr6EjQSM0YWKa9kCnnlZYAbPazx/aK3+IfeU2Q8m0y3ePA==" rel="stylesheet" href="https://github.githubassets.com/assets/frameworks-2bed92639588a2055fff5def27d05e5f.css" />
<link crossorigin="anonymous" media="all" integrity="sha512-coVq0vBxd4jhdJQktTbvvxOMjCq7cujGRd6AY86J5bqRiWgFr5wNtVhIKCvAsJXX5khdSiPAIiW2aDDW+G39AA==" rel="stylesheet" href="https://github.githubassets.com/assets/site-72856ad2f0717788e1749424b536efbf.css" />
<link crossorigin="anonymous" media="all" integrity="sha512-h94fKLEhkpUNd2ccZthb9mQoL7diI7g4vMZZy/i0HJ7lRwA/OodZ7jY+/KP+a7LhtSeLAtRb0ULAZbi1x/YGkw==" rel="stylesheet" href="https://github.githubassets.com/assets/github-87de1f28b12192950d77671c66d85bf6.css" />





<script crossorigin="anonymous" defer="defer" integrity="sha512-8K2vvwbW+6H27Nad5ydg8PA2/aMD/LKq+EiK9s0U0hhVZxCI2tWBsYk9beAtisRw2j+Or5k2/F+6dk02nmj/PA==" type="application/javascript" src="https://github.githubassets.com/assets/environment-f0adafbf.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-YEtshRLHr+2BeE23dp5rtQdHF4emi1s7HZto12f9a1bGq+ebWp9ScLXgCuLqLJk5ZfwWxORBfBUprys3XHMLHA==" type="application/javascript" src="https://github.githubassets.com/assets/chunk-frameworks-604b6c85.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-AsYa7L3J5bYnuUNrVC1tcCifuOPAby6GuHXmS8QCRbacHT9e6b7iZenxp4Qt/TY2qeMqrdHNHnivAsEKn9e9zw==" type="application/javascript" src="https://github.githubassets.com/assets/chunk-vendor-02c61aec.js"></script>

<script crossorigin="anonymous" defer="defer" integrity="sha512-2oePV8Pz7RWigIXHguyavGbbmDHheZIkN63Kg15MsqtQkT7eADGculCWhiabeRc7xRZOJY4v2Axb5QCEJY8sig==" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-da878f57.js"></script>

<script crossorigin="anonymous" defer="defer" integrity="sha512-P2YMkqfXJOOfxTTkNHbblY5ks3U+e9w9tiVyK9syrE5+JmlaCg1kUiuT1DfbyJXwaOLaRLT3zam2r+QrxTZ3iw==" type="application/javascript" data-module-id="./chunk-contributions-spider-graph.js" data-src="https://github.githubassets.com/assets/chunk-contributions-spider-graph-3f660c92.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-obMR8mPKx8OvqRe34LgnUcxeJ1qujiA4ND3H6UX13ExMlA/WfHLjEzXRmgGRcRvN/8J1nzc+Z+jgz/PLTFy6zg==" type="application/javascript" data-module-id="./chunk-drag-drop.js" data-src="https://github.githubassets.com/assets/chunk-drag-drop-a1b311f2.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-o95wCKfOqL8EX5reoP68bQ/mUPvLnu0T5LaPZLAv0xQALhTP0XqriKBrnmOXbo6BVVM9eNnesNYw8rA37Ta60w==" type="application/javascript" data-module-id="./chunk-jump-to.js" data-src="https://github.githubassets.com/assets/chunk-jump-to-a3de7008.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-tcH4xCRuMBAh1PruDaiwGnRIbHlF6bGLhxyCQ16uqok1cV5QFMguVPWJtN9KI0jGQOgN+Pha3+uOUXhXdfK/qw==" type="application/javascript" data-module-id="./chunk-profile-pins-element.js" data-src="https://github.githubassets.com/assets/chunk-profile-pins-element-b5c1f8c4.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-hUprZmPKGx2Ji0cJJ29yrNBTnfCQoEg+Ow0rEG6bVGXu0HcagYwfPS9a5oRdoqvkE+nSk4FkIaklkLvc7Jb5+g==" type="application/javascript" data-module-id="./chunk-randomColor.js" data-src="https://github.githubassets.com/assets/chunk-randomColor-854a6b66.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-E+H+wAtjiqutBvn2cnXzDIvmasIhYiS7i7JzOfFUwo+Ej8zT54OrJtP//RhwixnypgOpCF4JvqzYy6zOtORDmg==" type="application/javascript" data-module-id="./chunk-runner-groups.js" data-src="https://github.githubassets.com/assets/chunk-runner-groups-13e1fec0.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-pkFKgC9JFth/pgRqBLhELfLOltqYbv+r++HblYEsbFpg7rCimMCN4Q/8RvPYilY0QMGT0q9vlJj1vzzUXYk3Zw==" type="application/javascript" data-module-id="./chunk-sortable-behavior.js" data-src="https://github.githubassets.com/assets/chunk-sortable-behavior-a6414a80.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-HCEY5FUSNmHYIUILB/UYu4Q6dPhLDAtK/MCQibzObiq4PxHpAohvWEf1oTil7Z4uckwsZ8q5VgDlEHJNNJ+tNg==" type="application/javascript" data-module-id="./chunk-tweetsodium.js" data-src="https://github.githubassets.com/assets/chunk-tweetsodium-1c2118e4.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-e+30BriXsBu+fb/LGEU9gAzSwn25wRYzDDPpr2AA8jZJI9034xzRHYXjA9XhF+7ncBIGJ/uTD11G25/H0XyuZg==" type="application/javascript" data-module-id="./chunk-user-status-submit.js" data-src="https://github.githubassets.com/assets/chunk-user-status-submit-7bedf406.js"></script>

<script crossorigin="anonymous" defer="defer" integrity="sha512-N0O5xJoLLdo2d6irsQsQgERIRUSntW3Z1rpjUQtKPiNMIGLLIjG3PrrRgLlFgDlAE3wMyfwOHVHzv2eHsjCOtw==" type="application/javascript" src="https://github.githubassets.com/assets/repositories-3743b9c4.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-GJdTqKTjMbKLOeVh1MqbKqiT+CmVuUtKcWQBNe7gYExxG4L6QZ79C9/FRQZRp+N8MmCfXC+JGx3l5gImXkreyQ==" type="application/javascript" src="https://github.githubassets.com/assets/diffs-189753a8.js"></script>

<meta name="viewport" content="width=device-width">

<title>AddLink/extension.yaml at master · dragonmc77/AddLink · GitHub</title>
<meta name="description" content="AddLink Extension for Playnite. Contribute to dragonmc77/AddLink development by creating an account on GitHub.">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
<meta property="fb:app_id" content="1401488693436528">
<meta name="apple-itunes-app" content="app-id=1477376905" />
<meta name="twitter:imageConfusedrc" content="https://avatars1.githubusercontent.com/u/7660597?s=400&amp;v=4" /><meta name="twitterConfusedite" content="@github" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="dragonmc77/AddLink" /><meta name="twitter:description" content="AddLink Extension for Playnite. Contribute to dragonmc77/AddLink development by creating an account on GitHub." />
<meta property="og:image" content="https://avatars1.githubusercontent.com/u/7660597?s=400&amp;v=4" /><meta property="ogConfusedite_name" content="GitHub" /><meta property="og:type" content="object" /><meta property="og:title" content="dragonmc77/AddLink" /><meta property="og:url" content="https://github.com/dragonmc77/AddLink" /><meta property="og:description" content="AddLink Extension for Playnite. Contribute to dragonmc77/AddLink development by creating an account on GitHub." />





<link rel="assets" href="https://github.githubassets.com/">


<meta name="request-id" content="30D8:48A7:60BFF13:988B727:5FAC7D89" data-pjax-transient="true"/><meta name="html-safe-nonce" content="c1974133daffee98b599c2108f1798fd6fe99b4a54683176782b6e7f066d606a" data-pjax-transient="true"/><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS9kcmFnb25tYzc3L0FkZExpbmsvZmluZC9tYXN0ZXIiLCJyZXF1ZXN0X2lkIjoiMzBEODo0OEE3OjYwQkZGMTM6OTg4QjcyNzo1RkFDN0Q4OSIsInZpc2l0b3JfaWQiOiI2NzUyMDc3NTY0NjE5NzAyMTEwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=" data-pjax-transient="true"/><meta name="visitor-hmac" content="0129a6d3d6683611f2bd40006dd4512fc3ebf10c152c52b0c471da94a2d173f4" data-pjax-transient="true"/><meta name="cookie-consent-required" content="false" data-pjax-transient="true"/>

<meta name="hovercard-subject-tag" content="repository:200584126" data-pjax-transient>


<meta name="github-keyboard-shortcuts" content="repository,source-code" data-pjax-transient="true" />



<meta name="selected-link" value="repo_source" data-pjax-transient>

<meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
<meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
<meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">

<meta name="octolytics-host" content="collector.githubapp.com" /><meta name="octolytics-app-id" content="github" /><meta name="octolytics-event-url" content="https://collector.githubapp.com/github-external/browser_event" /><meta name="octolytics-dimension-ga_id" content="" class="js-octo-ga-id" />

<meta name="analytics-location" content="/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show" data-pjax-transient="true" />









<meta class="js-ga-set" name="dimension10" content="Responsive" data-pjax-transient>

<meta class="js-ga-set" name="dimension1" content="Logged Out">





<meta name="hostname" content="github.com">
<meta name="user-login" content="">


<meta name="expected-hostname" content="github.com">


<meta name="enabled-features" content="MARKETPLACE_PENDING_INSTALLATIONS">

<meta http-equiv="x-pjax-version" content="0f68153fc98ea69fbc2b94efd37d9ddd1a1cadef75f6b17f5cefbd0fddfdc1d2">


<link href="https://github.com/dragonmc77/AddLink/commits/master.atom" rel="alternate" title="Recent Commits to AddLink:master" type="application/atom+xml">

<meta name="go-import" content="github.com/dragonmc77/AddLink git https://github.com/dragonmc77/AddLink.git">

<meta name="octolytics-dimension-user_id" content="7660597" /><meta name="octolytics-dimension-user_login" content="dragonmc77" /><meta name="octolytics-dimension-repository_id" content="200584126" /><meta name="octolytics-dimension-repository_nwo" content="dragonmc77/AddLink" /><meta name="octolytics-dimension-repository_public" content="true" /><meta name="octolytics-dimension-repository_is_fork" content="false" /><meta name="octolytics-dimension-repository_network_root_id" content="200584126" /><meta name="octolytics-dimension-repository_network_root_nwo" content="dragonmc77/AddLink" /><meta name="octolytics-dimension-repository_explore_github_marketplace_ci_cta_shown" content="false" />


<link rel="canonical" href="https://github.com/dragonmc77/AddLink/blob/master/extension.yaml" data-pjax-transient>


<meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">

<meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">

<meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">

<link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
<link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
<link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">

<meta name="theme-color" content="#1e2327">


<link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">

</head>

<body class="logged-out env-production page-responsive page-blob">


<div class="position-relative js-header-wrapper ">
<a href="#start-of-content" class="px-2 py-4 bg-blue text-white show-on-focus js-skip-to-content">Skip to content</a>
<span class="progress-pjax-loader width-full js-pjax-loader-bar Progress position-fixed">
<span style="background-color: #79b8ff;width: 0%;" class="Progress-item progress-pjax-loader-bar "></span>
</span>



<header class="Header-old header-logged-out js-details-container Details position-relative f4 py-2" role="banner">
<div class="container-xl d-lg-flex flex-items-center p-responsive">
<div class="d-flex flex-justify-between flex-items-center">
<a class="mr-4" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark">
<svg height="32" class="octicon octicon-mark-github text-white" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
</a>

<div class="d-lg-none css-truncate css-truncate-target width-fit p-2">


</div>

<div class="d-flex flex-items-center">
<a href="/join?ref_cta=Sign+up&amp;ref_loc=header+logged+out&amp;ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fblob%2Fshow&amp;source=header-repo"
class="d-inline-block d-lg-none f5 text-white no-underline border border-gray-dark rounded-2 px-2 py-1 mr-3 mr-sm-5"
data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;site header&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;SIGN_UP&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="5351a0dd33b4cfeb402f3858491df16ec41e89f210f910021d9a6d4280cfb0a9"
data-ga-click="Sign up, click to sign up for account, ref_page:/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show;ref_cta:Sign up;ref_loc:header logged out">
Sign&nbsp;up
</a>

<button class="btn-link d-lg-none mt-1 js-details-target" type="button" aria-label="Toggle navigation" aria-expanded="false">
<svg height="24" class="octicon octicon-three-bars text-white" viewBox="0 0 16 16" version="1.1" width="24" aria-hidden="true"><path fill-rule="evenodd" d="M1 2.75A.75.75 0 011.75 2h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 2.75zm0 5A.75.75 0 011.75 7h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 7.75zM1.75 12a.75.75 0 100 1.5h12.5a.75.75 0 100-1.5H1.75z"></path></svg>
</button>
</div>
</div>

<div class="HeaderMenu HeaderMenu--logged-out position-fixed top-0 right-0 bottom-0 height-fit position-lg-relative d-lg-flex flex-justify-between flex-items-center flex-auto">
<div class="d-flex d-lg-none flex-justify-end border-bottom bg-gray-light p-3">
<button class="btn-link js-details-target" type="button" aria-label="Toggle navigation" aria-expanded="false">
<svg height="24" class="octicon octicon-x text-gray" viewBox="0 0 24 24" version="1.1" width="24" aria-hidden="true"><path fill-rule="evenodd" d="M5.72 5.72a.75.75 0 011.06 0L12 10.94l5.22-5.22a.75.75 0 111.06 1.06L13.06 12l5.22 5.22a.75.75 0 11-1.06 1.06L12 13.06l-5.22 5.22a.75.75 0 01-1.06-1.06L10.94 12 5.72 6.78a.75.75 0 010-1.06z"></path></svg>
</button>
</div>

<nav class="mt-0 px-3 px-lg-0 mb-5 mb-lg-0" aria-label="Global">
<ul class="d-lg-flex list-style-none">
<li class="d-block d-lg-flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-fix position-relative flex-wrap flex-justify-between d-flex flex-items-center ">
<details class="HeaderMenu-details details-overlay details-reset width-full">
<summary class="HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block">
Why GitHub?
<svg x="0px" y="0px" viewBox="0 0 14 8" xmlConfusedpace="preserve" fill="none" class="icon-chevon-down-mktg position-absolute position-lg-relative">
<path d="M1,1l6.2,6L13,1"></path>
</svg>
</summary>
<div class="dropdown-menu flex-auto rounded-1 bg-white px-0 mt-0 pb-4 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4">
<a href="/features" class="py-2 lh-condensed-ultra d-block link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Features">Features <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a>
<ul class="list-style-none f5 pb-3">
<li class="edge-item-fix"><a href="/features/code-review/" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Code review">Code review</a></li>
<li class="edge-item-fix"><a href="/features/project-management/" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Project management">Project management</a></li>
<li class="edge-item-fix"><a href="/features/integrations" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Integrations">Integrations</a></li>
<li class="edge-item-fix"><a href="/features/actions" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Actions">Actions</a></li>
<li class="edge-item-fix"><a href="/features/packages" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to GitHub Packages">Packages</a></li>
<li class="edge-item-fix"><a href="/features/security" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Security">Security</a></li>
<li class="edge-item-fix"><a href="/features#team-management" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Team management">Team management</a></li>
<li class="edge-item-fix"><a href="/features#hosting" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Code hosting">Hosting</a></li>
<li class="edge-item-fix hide-xl"><a href="/mobile" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Mobile">Mobile</a></li>
</ul>

<ul class="list-style-none mb-0 border-lg-top pt-lg-3">
<li class="edge-item-fix"><a href="/customer-stories" class="py-2 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Customer stories">Customer stories <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
<li class="edge-item-fix"><a href="/security" class="py-2 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Security">Security <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
</ul>
</div>
</details>
</li>
<li class="border-bottom border-lg-bottom-0 mr-0 mr-lg-3">
<a href="/team" class="HeaderMenu-link no-underline py-3 d-block d-lg-inline-block" data-ga-click="(Logged out) Header, go to Team">Team</a>
</li>
<li class="border-bottom border-lg-bottom-0 mr-0 mr-lg-3">
<a href="/enterprise" class="HeaderMenu-link no-underline py-3 d-block d-lg-inline-block" data-ga-click="(Logged out) Header, go to Enterprise">Enterprise</a>
</li>

<li class="d-block d-lg-flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-fix position-relative flex-wrap flex-justify-between d-flex flex-items-center ">
<details class="HeaderMenu-details details-overlay details-reset width-full">
<summary class="HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block">
Explore
<svg x="0px" y="0px" viewBox="0 0 14 8" xmlConfusedpace="preserve" fill="none" class="icon-chevon-down-mktg position-absolute position-lg-relative">
<path d="M1,1l6.2,6L13,1"></path>
</svg>
</summary>

<div class="dropdown-menu flex-auto rounded-1 bg-white px-0 pt-2 pb-0 mt-0 pb-4 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4">
<ul class="list-style-none mb-3">
<li class="edge-item-fix"><a href="/explore" class="py-2 lh-condensed-ultra d-block link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Explore">Explore GitHub <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
</ul>

<h4 class="text-gray-light text-normal text-mono f5 mb-2 border-lg-top pt-lg-3">Learn &amp; contribute</h4>
<ul class="list-style-none mb-3">
<li class="edge-item-fix"><a href="/topics" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Topics">Topics</a></li>
<li class="edge-item-fix"><a href="/collections" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Collections">Collections</a></li>
<li class="edge-item-fix"><a href="/trending" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Trending">Trending</a></li>
<li class="edge-item-fix"><a href="https://lab.github.com/" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Learning lab">Learning Lab</a></li>
<li class="edge-item-fix"><a href="https://opensource.guide" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Open source guides">Open source guides</a></li>
</ul>

<h4 class="text-gray-light text-normal text-mono f5 mb-2 border-lg-top pt-lg-3">Connect with others</h4>
<ul class="list-style-none mb-0">
<li class="edge-item-fix"><a href="https://github.com/events" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Events">Events</a></li>
<li class="edge-item-fix"><a href="https://github.community" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Community forum">Community forum</a></li>
<li class="edge-item-fix"><a href="https://education.github.com" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to GitHub Education">GitHub Education</a></li>
<li class="edge-item-fix"><a href="https://stars.github.com" class="py-2 pb-0 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to GitHub Stars Program">GitHub Stars program</a></li>
</ul>
</div>
</details>
</li>

<li class="border-bottom border-lg-bottom-0 mr-0 mr-lg-3">
<a href="/marketplace" class="HeaderMenu-link no-underline py-3 d-block d-lg-inline-block" data-ga-click="(Logged out) Header, go to Marketplace">Marketplace</a>
</li>

<li class="d-block d-lg-flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-fix position-relative flex-wrap flex-justify-between d-flex flex-items-center ">
<details class="HeaderMenu-details details-overlay details-reset width-full">
<summary class="HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block">
Pricing
<svg x="0px" y="0px" viewBox="0 0 14 8" xmlConfusedpace="preserve" fill="none" class="icon-chevon-down-mktg position-absolute position-lg-relative">
<path d="M1,1l6.2,6L13,1"></path>
</svg>
</summary>

<div class="dropdown-menu flex-auto rounded-1 bg-white px-0 pt-2 pb-4 mt-0 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4">
<a href="/pricing" class="pb-2 lh-condensed-ultra d-block link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Pricing">Plans <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a>

<ul class="list-style-none mb-3">
<li class="edge-item-fix"><a href="/pricing#feature-comparison" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Compare plans">Compare plans</a></li>
<li class="edge-item-fix"><a href="https://enterprise.github.com/contact" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Contact Sales">Contact Sales</a></li>
</ul>

<ul class="list-style-none mb-0 border-lg-top pt-lg-3">
<li class="edge-item-fix"><a href="/nonprofit" class="py-2 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Nonprofits">Nonprofit <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
<li class="edge-item-fix"><a href="https://education.github.com" class="py-2 pb-0 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Education">Education <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
</ul>
</div>
</details>
</li>
</ul>
</nav>

<div class="d-lg-flex flex-items-center px-3 px-lg-0 text-center text-lg-left">
<div class="d-lg-flex mb-3 mb-lg-0">
<div class="header-search flex-auto js-site-search position-relative flex-self-stretch flex-md-self-auto mb-3 mb-md-0 mr-0 mr-md-3 scoped-search site-scoped-search js-jump-to"
role="combobox"
aria-owns="jump-to-results"
aria-label="Search or jump to"
aria-haspopup="listbox"
aria-expanded="false"
>
<div class="position-relative">
<!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-site-search-form" role="search" aria-label="Site" data-scope-type="Repository" data-scope-id="200584126" data-scoped-search-url="/dragonmc77/AddLink/search" data-unscoped-search-url="/search" action="/dragonmc77/AddLink/search" accept-charset="UTF-8" method="get">
<label class="form-control input-sm header-search-wrapper p-0 js-chromeless-input-container header-search-wrapper-jump-to position-relative d-flex flex-justify-between flex-items-center">
<input type="text"
class="form-control input-sm header-search-input jump-to-field js-jump-to-field js-site-search-focus js-site-search-field is-clearable"
data-hotkey="s,/"
name="q"
value=""
placeholder="Search"
data-unscoped-placeholder="Search GitHub"
data-scoped-placeholder="Search"
autocapitalize="off"
aria-autocomplete="list"
aria-controls="jump-to-results"
aria-label="Search"
data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations"
spellcheck="false"
autocomplete="off"
>
<input type="hidden" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" value="0h0iBpQJkaC94ZCLvTxv261erwzIUsWpW0gmBP+t1bmIAABxwOiN5jwuj0jy2OhOG590Bo7KK8PAia4V22UrhA==" />
<input type="hidden" class="js-site-search-type-field" name="type" >
<img src="https://github.githubassets.com/images/search-key-slash.svg" alt="" class="mr-2 header-search-key-slash">

<div class="Box position-absolute overflow-hidden d-none jump-to-suggestions js-jump-to-suggestions-container">

<ul class="d-none js-jump-to-suggestions-template-container">


<li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-suggestion" role="option">
<a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="">
<div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
<svg height="16" width="16" class="octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none" title="Repository" aria-label="Repository" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>
<svg height="16" width="16" class="octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none" title="Project" aria-label="Project" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path></svg>
<svg height="16" width="16" class="octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none" title="Search" aria-label="Search" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path></svg>
</div>

<img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">

<div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
</div>

<div class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search">
<span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
In this repository
</span>
<span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
All GitHub
</span>
<span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
</div>

<div aria-hidden="true" class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
Jump to
<span class="d-inline-block ml-1 v-align-middle">↵</span>
</div>
</a>
</li>

</ul>

<ul class="d-none js-jump-to-no-results-template-container">
<li class="d-flex flex-justify-center flex-items-center f5 d-none js-jump-to-suggestion p-2">
<span class="text-gray">No suggested jump to results</span>
</li>
</ul>

<ul id="jump-to-results" role="listbox" class="p-0 m-0 js-navigation-container jump-to-suggestions-results-container js-jump-to-suggestions-results-container">


<li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-scoped-search d-none" role="option">
<a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="">
<div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
<svg height="16" width="16" class="octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none" title="Repository" aria-label="Repository" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>
<svg height="16" width="16" class="octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none" title="Project" aria-label="Project" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path></svg>
<svg height="16" width="16" class="octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none" title="Search" aria-label="Search" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path></svg>
</div>

<img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">

<div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
</div>

<div class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search">
<span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
In this repository
</span>
<span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
All GitHub
</span>
<span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
</div>

<div aria-hidden="true" class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
Jump to
<span class="d-inline-block ml-1 v-align-middle">↵</span>
</div>
</a>
</li>



<li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-global-search d-none" role="option">
<a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="">
<div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
<svg height="16" width="16" class="octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none" title="Repository" aria-label="Repository" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>
<svg height="16" width="16" class="octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none" title="Project" aria-label="Project" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path></svg>
<svg height="16" width="16" class="octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none" title="Search" aria-label="Search" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path></svg>
</div>

<img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">

<div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
</div>

<div class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search">
<span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
In this repository
</span>
<span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
All GitHub
</span>
<span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
</div>

<div aria-hidden="true" class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
Jump to
<span class="d-inline-block ml-1 v-align-middle">↵</span>
</div>
</a>
</li>


</ul>

</div>
</label>
</form> </div>
</div>

</div>

<a href="/login?return_to=%2Fdragonmc77%2FAddLink%2Fblob%2Fmaster%2Fextension.yaml"
class="HeaderMenu-link no-underline mr-3"
data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;site header menu&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;SIGN_UP&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="7b3c503f66d0a505ff742906c60f72803be774cb8bf1ce1d19e0f735df40507d"
data-ga-click="(Logged out) Header, clicked Sign in, textConfusedign-in">
Sign&nbsp;in
</a>
<a href="/join?ref_cta=Sign+up&amp;ref_loc=header+logged+out&amp;ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fblob%2Fshow&amp;source=header-repo&amp;source_repo=dragonmc77%2FAddLink"
class="HeaderMenu-link d-inline-block no-underline border border-gray-dark rounded-1 px-2 py-1"
data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;site header menu&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;SIGN_UP&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="7b3c503f66d0a505ff742906c60f72803be774cb8bf1ce1d19e0f735df40507d"
data-ga-click="Sign up, click to sign up for account, ref_page:/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show;ref_cta:Sign up;ref_loc:header logged out">
Sign&nbsp;up
</a>
</div>
</div>
</div>
</header>

</div>

<div id="start-of-content" class="show-on-focus"></div>





<div data-pjax-replace id="js-flash-container">


<template class="js-flash-template">
<div class="flash flash-full {{ className }}">
<div class=" px-2" >
<button class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
<svg class="octicon octicon-x" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path></svg>
</button>

<div>{{ message }}</div>

</div>
</div>
</template>
</div>




<include-fragment class="js-notification-shelf-include-fragment" data-base-src="https://github.com/notifications/beta/shelf"></include-fragment>




<div
class="application-main "
data-commit-hovercards-enabled
data-discussion-hovercards-enabled
data-issue-and-pr-hovercards-enabled
>
<div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
<main >












<div class="bg-gray-light pt-3 hide-full-screen mb-5">

<div class="d-flex mb-3 px-3 px-md-4 px-lg-5">

<div class="flex-auto min-width-0 width-fit mr-3">
<h1 class=" d-flex flex-wrap flex-items-center break-word f3 text-normal">
<svg class="octicon octicon-repo text-gray mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>
<span class="author flex-self-stretch" itemprop="author">
<a class="url fn" rel="author" data-hovercard-type="user" data-hovercard-url="/users/dragonmc77/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_typeConfusedelf" href="/dragonmc77">dragonmc77</a>
</span>
<span class="mx-1 flex-self-stretch color-text-secondary">/</span>
<strong itemprop="name" class="mr-2 flex-self-stretch">
<a data-pjax="#js-repo-pjax-container" class="" href="/dragonmc77/AddLink">AddLink</a>
</strong>

</h1>


</div>

<ul class="pagehead-actions flex-shrink-0 d-none d-md-inline" style="padding: 2px 0;">

<li>
<a class="tooltipped tooltipped-s btn btn-sm btn-with-count" aria-label="You must be signed in to watch a repository" rel="nofollow" data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;notification subscription menu watch&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;LOG_IN&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="fee368a1b9171f69ab876f1994806d4326b742bd7e092ac7af787dde2cb8d702" href="/login?return_to=%2Fdragonmc77%2FAddLink">
<svg class="octicon octicon-eye" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path></svg>
Watch
</a> <a class="social-count" href="/dragonmc77/AddLink/watchers"
aria-label="3 users are watching this repository">
3
</a>

</li>

<li>
<a class="btn btn-sm btn-with-count tooltipped tooltipped-s" aria-label="You must be signed in to star a repository" rel="nofollow" data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;star button&quot;,&quot;repository_id&quot;:200584126,&quot;auth_type&quot;:&quot;LOG_IN&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="8c54f08e565e98cf90e83d79bd58af6e1276a96e20dc7b825672f2fc60e45518" href="/login?return_to=%2Fdragonmc77%2FAddLink">
<svg class="octicon octicon-star v-align-text-bottom" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path></svg>
Star
</a>
<a class="social-count js-social-count" href="/dragonmc77/AddLink/stargazers"
aria-label="6 users starred this repository">
6
</a>

</li>

<li>
<a class="btn btn-sm btn-with-count tooltipped tooltipped-s" aria-label="You must be signed in to fork a repository" rel="nofollow" data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;repo details fork button&quot;,&quot;repository_id&quot;:200584126,&quot;auth_type&quot;:&quot;LOG_IN&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="3bbbf88c3db3c9347edcae5f8f2f1d7c48347a4ce56ded6f6087ee298339b54c" href="/login?return_to=%2Fdragonmc77%2FAddLink">
<svg class="octicon octicon-repo-forked" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path></svg>
Fork
</a>
<a href="/dragonmc77/AddLink/network/members" class="social-count"
aria-label="0 users forked this repository">
0
</a>
</li>
</ul>

</div>

<nav aria-label="Repository" data-pjax="#js-repo-pjax-container" class="js-repo-nav js-sidenav-container-pjax js-responsive-underlinenav overflow-hidden UnderlineNav px-3 px-md-4 px-lg-5 bg-gray-light">
<ul class="UnderlineNav-body list-style-none ">
<li class="d-flex">
<a class="js-selected-navigation-item selected UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="code-tab" data-hotkey="g c" data-ga-click="Repository, Navigation click, Code tab" aria-current="page" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /dragonmc77/AddLink" href="/dragonmc77/AddLink">
<svg class="octicon octicon-code UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M4.72 3.22a.75.75 0 011.06 1.06L2.06 8l3.72 3.72a.75.75 0 11-1.06 1.06L.47 8.53a.75.75 0 010-1.06l4.25-4.25zm6.56 0a.75.75 0 10-1.06 1.06L13.94 8l-3.72 3.72a.75.75 0 101.06 1.06l4.25-4.25a.75.75 0 000-1.06l-4.25-4.25z"></path></svg>
<span data-content="Code">Code</span>
<span title="Not available" class="Counter "></span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="issues-tab" data-hotkey="g i" data-ga-click="Repository, Navigation click, Issues tab" data-selected-links="repo_issues repo_labels repo_milestones /dragonmc77/AddLink/issues" href="/dragonmc77/AddLink/issues">
<svg class="octicon octicon-issue-opened UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z"></path></svg>
<span data-content="Issues">Issues</span>
<span title="2" class="Counter ">2</span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="pull-requests-tab" data-hotkey="g p" data-ga-click="Repository, Navigation click, Pull requests tab" data-selected-links="repo_pulls checks /dragonmc77/AddLink/pulls" href="/dragonmc77/AddLink/pulls">
<svg class="octicon octicon-git-pull-request UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.177 3.073L9.573.677A.25.25 0 0110 .854v4.792a.25.25 0 01-.427.177L7.177 3.427a.25.25 0 010-.354zM3.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122v5.256a2.251 2.251 0 11-1.5 0V5.372A2.25 2.25 0 011.5 3.25zM11 2.5h-1V4h1a1 1 0 011 1v5.628a2.251 2.251 0 101.5 0V5A2.5 2.5 0 0011 2.5zm1 10.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.75 12a.75.75 0 100 1.5.75.75 0 000-1.5z"></path></svg>
<span data-content="Pull requests">Pull requests</span>
<span title="0" hidden="hidden" class="Counter ">0</span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="actions-tab" data-hotkey="g a" data-ga-click="Repository, Navigation click, Actions tab" data-selected-links="repo_actions /dragonmc77/AddLink/actions" href="/dragonmc77/AddLink/actions">
<svg class="octicon octicon-play UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM6.379 5.227A.25.25 0 006 5.442v5.117a.25.25 0 00.379.214l4.264-2.559a.25.25 0 000-.428L6.379 5.227z"></path></svg>
<span data-content="Actions">Actions</span>
<span title="Not available" class="Counter "></span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="projects-tab" data-hotkey="g b" data-ga-click="Repository, Navigation click, Projects tab" data-selected-links="repo_projects new_repo_project repo_project /dragonmc77/AddLink/projects" href="/dragonmc77/AddLink/projects">
<svg class="octicon octicon-project UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path></svg>
<span data-content="Projects">Projects</span>
<span title="0" hidden="hidden" class="Counter ">0</span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="security-tab" data-hotkey="g s" data-ga-click="Repository, Navigation click, Security tab" data-selected-links="security overview alerts policy token_scanning code_scanning /dragonmc77/AddLink/security" href="/dragonmc77/AddLink/security">
<svg class="octicon octicon-shield UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.467.133a1.75 1.75 0 011.066 0l5.25 1.68A1.75 1.75 0 0115 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.7 1.7 0 01-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 011.217-1.667l5.25-1.68zm.61 1.429a.25.25 0 00-.153 0l-5.25 1.68a.25.25 0 00-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.2.2 0 00.154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.25.25 0 00-.174-.237l-5.25-1.68zM9 10.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.75a.75.75 0 10-1.5 0v3a.75.75 0 001.5 0v-3z"></path></svg>
<span data-content="Security">Security</span>
<include-fragment src="/dragonmc77/AddLink/security/overall-count" accept="text/fragment+html"></include-fragment>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="insights-tab" data-ga-click="Repository, Navigation click, Insights tab" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people /dragonmc77/AddLink/pulse" href="/dragonmc77/AddLink/pulse">
<svg class="octicon octicon-graph UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.5 1.75a.75.75 0 00-1.5 0v12.5c0 .414.336.75.75.75h14.5a.75.75 0 000-1.5H1.5V1.75zm14.28 2.53a.75.75 0 00-1.06-1.06L10 7.94 7.53 5.47a.75.75 0 00-1.06 0L3.22 8.72a.75.75 0 001.06 1.06L7 7.06l2.47 2.47a.75.75 0 001.06 0l5.25-5.25z"></path></svg>
<span data-content="Insights">Insights</span>
<span title="Not available" class="Counter "></span>
</a> </li>

</ul> <div class="position-absolute right-0 pr-3 pr-md-4 pr-lg-5 js-responsive-underlinenav-overflow" style="visibility:hidden;">
<details class="details-overlay details-reset position-relative">
<summary role="button">
<div class="UnderlineNav-item mr-0 border-0">
<svg class="octicon octicon-kebab-horizontal" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path></svg>
<span class="sr-only">More</span>
</div>
</summary> <div>
<details-menu role="menu" class="dropdown-menu dropdown-menu-sw ">

<ul>
<li data-menu-item="code-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink" href="/dragonmc77/AddLink">
Code
</a> </li>
<li data-menu-item="issues-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/issues" href="/dragonmc77/AddLink/issues">
Issues
</a> </li>
<li data-menu-item="pull-requests-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/pulls" href="/dragonmc77/AddLink/pulls">
Pull requests
</a> </li>
<li data-menu-item="actions-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/actions" href="/dragonmc77/AddLink/actions">
Actions
</a> </li>
<li data-menu-item="projects-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/projects" href="/dragonmc77/AddLink/projects">
Projects
</a> </li>
<li data-menu-item="security-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/security" href="/dragonmc77/AddLink/security">
Security
</a> </li>
<li data-menu-item="insights-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/pulse" href="/dragonmc77/AddLink/pulse">
Insights
</a> </li>
</ul>

</details-menu>
</div></details> </div>

</nav>
</div>


<div class="container-xl clearfix new-discussion-timeline px-3 px-md-4 px-lg-5">
<div class="repository-content " >






<a class="d-none js-permalink-shortcut" data-hotkey="y" href="/dragonmc77/AddLink/blob/d8b0941b95dc0c9e248c852d41d685291b3208ec/extension.yaml">Permalink</a>

<!-- blob contrib key: blob_contributors:v22:e7c92c9b53f35d7383aa6c244e5aca4bac2ef2f55bb0614656ad9649c5718d6f -->
<signup-prompt class="signup-prompt-bg rounded-1" data-prompt="signup" hidden>
<div class="signup-prompt p-4 text-center mb-4 rounded-1">
<div class="position-relative">
<button
type="button"
class="position-absolute top-0 right-0 btn-link link-gray"
data-action="clickConfusedignup-prompt#dismiss"
data-ga-click="(Logged out) Sign up prompt, clicked Dismiss, text:dismiss"
>
Dismiss
</button>
<h3 class="pt-2">Join GitHub today</h3>
<p class="col-6 mx-auto">GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.</p>
<a class="btn btn-primary" data-ga-click="(Logged out) Sign up prompt, clicked Sign up, textConfusedign-up" data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;files signup prompt&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;SIGN_UP&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="1e3e66d700fa1a4989d42a4b29b3f8492207343a07fc32c841016d0b7ff0e6b4" href="/join?source=prompt-blob-show&amp;source_repo=dragonmc77%2FAddLink">Sign up</a>
</div>
</div>
</signup-prompt>


<div class="d-flex flex-items-start flex-shrink-0 pb-3 flex-wrap flex-md-nowrap flex-justify-between flex-md-justify-start">

<div class="position-relative">
<details class="details-reset details-overlay mr-0 mb-0 " id="branch-select-menu">
<summary class="btn css-truncate"
data-hotkey="w"
title="Switch branches or tags">
<svg class="octicon octicon-git-branch text-gray" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122V6A2.5 2.5 0 0110 8.5H6a1 1 0 00-1 1v1.128a2.251 2.251 0 11-1.5 0V5.372a2.25 2.25 0 111.5 0v1.836A2.492 2.492 0 016 7h4a1 1 0 001-1v-.628A2.25 2.25 0 019.5 3.25zM4.25 12a.75.75 0 100 1.5.75.75 0 000-1.5zM3.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z"></path></svg>
<span class="css-truncate-target" data-menu-button>master</span>
<span class="dropdown-caret"></span>
</summary>

<details-menu class="SelectMenu SelectMenu--hasFilter" src="/dragonmc77/AddLink/refs/master/extension.yaml?source_action=show&amp;source_controller=blob" preload>
<div class="SelectMenu-modal">
<include-fragment class="SelectMenu-loading" aria-label="Menu is loading">
<svg class="octicon octicon-octoface anim-pulse" height="32" viewBox="0 0 24 24" version="1.1" width="32" aria-hidden="true"><path d="M7.75 11c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 102.5 0v-1.5C9 11.56 8.44 11 7.75 11zm1.27 4.5a.469.469 0 01.48-.5h5a.47.47 0 01.48.5c-.116 1.316-.759 2.5-2.98 2.5s-2.864-1.184-2.98-2.5zm7.23-4.5c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 102.5 0v-1.5c0-.69-.56-1.25-1.25-1.25z"></path><path fill-rule="evenodd" d="M21.255 3.82a1.725 1.725 0 00-2.141-1.195c-.557.16-1.406.44-2.264.866-.78.386-1.647.93-2.293 1.677A18.442 18.442 0 0012 5c-.93 0-1.784.059-2.569.17-.645-.74-1.505-1.28-2.28-1.664a13.876 13.876 0 00-2.265-.866 1.725 1.725 0 00-2.141 1.196 23.645 23.645 0 00-.69 3.292c-.125.97-.191 2.07-.066 3.112C1.254 11.882 1 13.734 1 15.527 1 19.915 3.13 23 12 23c8.87 0 11-3.053 11-7.473 0-1.794-.255-3.647-.99-5.29.127-1.046.06-2.15-.066-3.125a23.652 23.652 0 00-.689-3.292zM20.5 14c.5 3.5-1.5 6.5-8.5 6.5s-9-3-8.5-6.5c.583-4 3-6 8.5-6s7.928 2 8.5 6z"></path></svg>
</include-fragment>
</div>
</details-menu>
</details>

</div>

<h2 id="blob-path" class="breadcrumb flex-auto min-width-0 text-normal mx-0 mx-md-3 width-full width-md-auto flex-order-1 flex-md-order-none mt-3 mt-md-0">
<span class="js-repo-root text-bold"><span class="js-path-segment d-inline-block wb-break-all"><a data-pjax="true" href="/dragonmc77/AddLink"><span>AddLink</span></a></span></span><span class="separator">/</span><strong class="final-path">extension.yaml</strong>
</h2>
<a href="/dragonmc77/AddLink/find/master"
class="js-pjax-capture-input btn mr-2 d-none d-md-block"
data-pjax
data-hotkey="t">
Go to file
</a>

<details id="blob-more-options-details" class="details-overlay details-reset position-relative">
<summary role="button">
<svg aria-label="More options" class="octicon octicon-kebab-horizontal" height="16" viewBox="0 0 16 16" version="1.1" width="16" role="img"><path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path></svg>
</summary> <div>
<ul class="dropdown-menu dropdown-menu-sw">
<li class="d-block d-md-none">
<a class="dropdown-item d-flex flex-items-baseline" data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;FIND_FILE_BUTTON&quot;,&quot;repository_id&quot;:200584126,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="eacf3f62eaa39c27feb1499cbb49c875f3c5cc25fa28017ce614f641a990e600" data-ga-click="Repository, find file, location:repo overview" data-hotkey="t" data-pjax="true" href="/dragonmc77/AddLink/find/master">
<span class="flex-auto">Go to file</span>
<span class="text-small text-gray" aria-hidden="true">T</span>
</a> </li>
<li data-toggle-for="blob-more-options-details">
<button type="button" data-toggle-for="jumpto-line-details-dialog" class="btn-link dropdown-item">
<span class="d-flex flex-items-baseline">
<span class="flex-auto">Go to line</span>
<span class="text-small text-gray" aria-hidden="true">L</span>
</span>
</button>
</li>
<li class="dropdown-divider" role="none"></li>
<li>
<clipboard-copy value="extension.yaml" class="dropdown-item cursor-pointer" data-toggle-for="blob-more-options-details">
Copy path
</clipboard-copy>
</li>
</ul>
</div></details> </div>



<div class="Box d-flex flex-column flex-shrink-0 mb-3">
<include-fragment src="/dragonmc77/AddLink/contributors/master/extension.yaml" class="commit-loader">
<div class="Box-header Box-header--blue d-flex flex-items-center">
<div class="Skeleton avatar avatar-user flex-shrink-0 ml-n1 mr-n1 mt-n1 mb-n1" style="width:24px;height:24px;"></div>
<div class="Skeleton Skeleton--text col-5 ml-2">&nbsp;</div>
</div>

<div class="Box-body d-flex flex-items-center" >
<div class="Skeleton Skeleton--text col-1">&nbsp;</div>
<span class="text-red h6 loader-error">Cannot retrieve contributors at this time</span>
</div>
</include-fragment> </div>






<div class="Box mt-3 position-relative
">

<div class="Box-header py-2 d-flex flex-column flex-shrink-0 flex-md-row flex-md-items-center">
<div class="text-mono f6 flex-auto pr-3 flex-order-2 flex-md-order-1 mt-2 mt-md-0">

14 lines (14 sloc)
<span class="file-info-divider"></span>
387 Bytes
</div>

<div class="d-flex py-1 py-md-0 flex-auto flex-order-1 flex-md-order-2 flex-sm-grow-0 flex-justify-between">

<div class="BtnGroup">
<a href="/dragonmc77/AddLink/raw/master/extension.yaml" id="raw-url" role="button" class="btn btn-sm BtnGroup-item ">Raw</a>
<a href="/dragonmc77/AddLink/blame/master/extension.yaml" data-hotkey="b" role="button" class="btn js-update-url-with-hash btn-sm BtnGroup-item ">Blame</a>
</div>

<div>
<a class="btn-octicon tooltipped tooltipped-nw js-remove-unless-platform"
data-platforms="windows,mac"
href="https://desktop.github.com"
aria-label="Open this file in GitHub Desktop"
data-ga-click="Repository, open with desktop">
<svg class="octicon octicon-device-desktop" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.75 2.5h12.5a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25zM14.25 1H1.75A1.75 1.75 0 000 2.75v7.5C0 11.216.784 12 1.75 12h3.727c-.1 1.041-.52 1.872-1.292 2.757A.75.75 0 004.75 16h6.5a.75.75 0 00.565-1.243c-.772-.885-1.193-1.716-1.292-2.757h3.727A1.75 1.75 0 0016 10.25v-7.5A1.75 1.75 0 0014.25 1zM9.018 12H6.982a5.72 5.72 0 01-.765 2.5h3.566a5.72 5.72 0 01-.765-2.5z"></path></svg>
</a>

<a href="/login?return_to=%2Fdragonmc77%2FAddLink%2Fblob%2Fmaster%2Fextension.yaml" class="btn-octicon disabled tooltipped tooltipped-nw"
aria-label="You must be signed in to make or propose changes">
<svg class="octicon octicon-pencil" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path></svg>
</a>
<a href="/login?return_to=%2Fdragonmc77%2FAddLink%2Fblob%2Fmaster%2Fextension.yaml" class="btn-octicon btn-octicon-danger disabled tooltipped tooltipped-nw"
aria-label="You must be signed in to make or propose changes">
<svg class="octicon octicon-trashcan" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M6.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25V3h-3V1.75zm4.5 0V3h2.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75zM4.496 6.675a.75.75 0 10-1.492.15l.66 6.6A1.75 1.75 0 005.405 15h5.19c.9 0 1.652-.681 1.741-1.576l.66-6.6a.75.75 0 00-1.492-.149l-.66 6.6a.25.25 0 01-.249.225h-5.19a.25.25 0 01-.249-.225l-.66-6.6z"></path></svg>
</a>
</div>
</div>
</div>



<div itemprop="text" class="Box-body p-0 blob-wrapper data type-yaml gist-border-0">

<table class="highlight tab-size js-file-line-container" data-tab-size="8" data-paste-markdown-skip>
<tr>
<td id="L1" class="blob-num js-line-number" data-line-number="1"></td>
<td id="LC1" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Name</span>: <span class="pl-s">Add Link</span></td>
</tr>
<tr>
<td id="L2" class="blob-num js-line-number" data-line-number="2"></td>
<td id="LC2" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Author</span>: <span class="pl-s">dragonmc</span></td>
</tr>
<tr>
<td id="L3" class="blob-num js-line-number" data-line-number="3"></td>
<td id="LC3" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Version</span>: <span class="pl-c1">1.0</span></td>
</tr>
<tr>
<td id="L4" class="blob-num js-line-number" data-line-number="4"></td>
<td id="LC4" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Module</span>: <span class="pl-s">AddLink.ps1</span></td>
</tr>
<tr>
<td id="L5" class="blob-num js-line-number" data-line-number="5"></td>
<td id="LC5" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Type</span>: <span class="pl-s">Script</span></td>
</tr>
<tr>
<td id="L6" class="blob-num js-line-number" data-line-number="6"></td>
<td id="LC6" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Functions</span>: </td>
</tr>
<tr>
<td id="L7" class="blob-num js-line-number" data-line-number="7"></td>
<td id="LC7" class="blob-code blob-code-inner js-file-line"> - <span class="pl-ent">Description</span>: <span class="pl-s">Add Link MetaCritic</span></td>
</tr>
<tr>
<td id="L8" class="blob-num js-line-number" data-line-number="8"></td>
<td id="LC8" class="blob-code blob-code-inner js-file-line"> <span class="pl-ent">FunctionName</span>: <span class="pl-s">AddLinkMetaCritic</span></td>
</tr>
<tr>
<td id="L9" class="blob-num js-line-number" data-line-number="9"></td>
<td id="LC9" class="blob-code blob-code-inner js-file-line"> - <span class="pl-ent">Description</span>: <span class="pl-s">Add Link IGDB</span></td>
</tr>
<tr>
<td id="L10" class="blob-num js-line-number" data-line-number="10"></td>
<td id="LC10" class="blob-code blob-code-inner js-file-line"> <span class="pl-ent">FunctionName</span>: <span class="pl-s">AddLinkIGDB</span></td>
</tr>
<tr>
<td id="L11" class="blob-num js-line-number" data-line-number="11"></td>
<td id="LC11" class="blob-code blob-code-inner js-file-line"> - <span class="pl-ent">Description</span>: <span class="pl-s">Add Link GamesDatabase</span></td>
</tr>
<tr>
<td id="L12" class="blob-num js-line-number" data-line-number="12"></td>
<td id="LC12" class="blob-code blob-code-inner js-file-line"> <span class="pl-ent">FunctionName</span>: <span class="pl-s">AddLinkGamesDatabase</span></td>
</tr>
<tr>
<td id="L13" class="blob-num js-line-number" data-line-number="13"></td>
<td id="LC13" class="blob-code blob-code-inner js-file-line"> - <span class="pl-ent">Description</span>: <span class="pl-s">Fix IGDB</span></td>
</tr>
<tr>
<td id="L14" class="blob-num js-line-number" data-line-number="14"></td>
<td id="LC14" class="blob-code blob-code-inner js-file-line"> <span class="pl-ent">FunctionName</span>: <span class="pl-s">FixLinkIGDB</span></td>
</tr>
</table>

<details class="details-reset details-overlay BlobToolbar position-absolute js-file-line-actions dropdown d-none" aria-hidden="true">
<summary class="btn-octicon ml-0 px-2 p-0 bg-white border border-gray-dark rounded-1" aria-label="Inline file action toolbar">
<svg class="octicon octicon-kebab-horizontal" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path></svg>
</summary>
<details-menu>
<ul class="BlobToolbar-dropdown dropdown-menu dropdown-menu-se mt-2" style="width:185px">
<li>
<clipboard-copy role="menuitem" class="dropdown-item" id="js-copy-lines" style="cursor:pointer;">
Copy lines
</clipboard-copy>
</li>
<li>
<clipboard-copy role="menuitem" class="dropdown-item" id="js-copy-permalink" style="cursor:pointer;">
Copy permalink
</clipboard-copy>
</li>
<li><a class="dropdown-item js-update-url-with-hash" id="js-view-git-blame" role="menuitem" href="/dragonmc77/AddLink/blame/d8b0941b95dc0c9e248c852d41d685291b3208ec/extension.yaml">View git blame</a></li>
<li><a class="dropdown-item" id="js-new-issue" role="menuitem" href="/dragonmc77/AddLink/issues/new">Reference in new issue</a></li>
</ul>
</details-menu>
</details>

</div>

</div>




<details class="details-reset details-overlay details-overlay-dark" id="jumpto-line-details-dialog">
<summary data-hotkey="l" aria-label="Jump to line"></summary>
<details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast linejump" aria-label="Jump to line">
<!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-jump-to-line-form Box-body d-flex" action="" accept-charset="UTF-8" method="get">
<input class="form-control flex-auto mr-3 linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line&hellip;" aria-label="Jump to line" autofocus>
<button type="submit" class="btn" data-close-dialog>Go</button>
</form> </details-dialog>
</details>




</div>
</div>

</main>
</div>

</div>


<div class="footer container-xl width-full p-responsive" role="contentinfo">
<div class="position-relative d-flex flex-row-reverse flex-lg-row flex-wrap flex-lg-nowrap flex-justify-center flex-lg-justify-between flex-sm-items-center pt-6 pb-2 mt-6 f6 text-gray border-top border-gray-light ">
<a aria-label="Homepage" title="GitHub" class="footer-octicon d-none d-lg-block mr-lg-4" href="https://github.com">
<svg height="24" class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" width="24" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
</a>
<ul class="list-style-none d-flex flex-wrap col-12 flex-justify-center flex-lg-justify-between mb-2 mb-lg-0">
<li class="mr-3 mr-lg-0">&copy; 2020 GitHub, Inc.</li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to terms, text:terms" href="https://github.com/site/terms">Terms</a></li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to privacy, text:privacy" href="https://github.com/site/privacy">Privacy</a></li>
<li class="js-cookie-consent-preferences-link-container mr-3 mr-lg-0" hidden="hidden">
<button data-ga-click="Footer, go to cookie preferences, text:cookie preferences" class="btn-link js-cookie-consent-preferences-link" type="button">Cookie Preferences</button>
</li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to security, textConfusedecurity" href="https://github.com/security">Security</a></li>
<li class="mr-3 mr-lg-0"><a href="https://githubstatus.com/" data-ga-click="Footer, go to status, textConfusedtatus">Status</a></li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to help, text:help" href="https://docs.github.com">Help</a></li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to contact, text:contact" href="https://github.com/contact">Contact GitHub</a></li>
<li class="mr-3 mr-lg-0"><a href="https://github.com/pricing" data-ga-click="Footer, go to Pricing, textTonguericing">Pricing</a></li>
<li class="mr-3 mr-lg-0"><a href="https://docs.github.com" data-ga-click="Footer, go to api, text:api">API</a></li>
<li class="mr-3 mr-lg-0"><a href="https://services.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li>
<li class="mr-3 mr-lg-0"><a href="https://github.blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
</ul>
</div>
<div class="d-flex flex-justify-center pb-6">
<span class="f6 text-gray-light"></span>
</div>
</div>



<div id="ajax-error-message" class="ajax-error-message flash flash-error">
<svg class="octicon octicon-alert" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path></svg>
<button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
<svg class="octicon octicon-x" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path></svg>
</button>
You can’t perform that action at this time.
</div>


<div class="js-stale-session-flash flash flash-warn flash-banner" hidden
>
<svg class="octicon octicon-alert" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path></svg>
<span class="js-stale-session-flash-signed-in" hidden>You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
<span class="js-stale-session-flash-signed-out" hidden>You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
</div>
<template id="site-details-dialog">
<details class="details-reset details-overlay details-overlay-dark lh-default text-gray-dark hx_rsm" open>
<summary role="button" aria-label="Close dialog"></summary>
<details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
<button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
<svg class="octicon octicon-x" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path></svg>
</button>
<div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
</details-dialog>
</details>
</template>

<div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
<div class="Popover-message Popover-message--bottom-left Popover-message--large Box box-shadow-large" style="width:360px;">
</div>
</div>

<div class="js-cookie-consent-banner" hidden>
<div class="hx_cookie-banner p-2 p-sm-3 p-md-4">
<div style="max-width: 1194px;" class="Box hx_cookie-banner-box box-shadow-medium mx-auto">
<div class="Box-body border-0 py-0 px-3 px-md-4">
<div class="js-main-cookie-banner hx_cookie-banner-main">
<div class="d-md-flex flex-items-center py-3">
<p class="f5 flex-1 mb-3 mb-md-0">

We use <span class="text-bold">optional</span> third-party analytics cookies to understand how you use GitHub.com so we can build better products.

<span class="btn-link js-cookie-consent-learn-more">Learn more</span>.
</p>
<div class="d-flex d-md-block flex-wrap flex-sm-nowrap">
<button class="btn btn-outline flex-1 mr-1 mx-sm-1 m-md-0 ml-md-2 js-cookie-consent-accept">Accept</button>
<button class="btn btn-outline flex-1 ml-1 m-md-0 ml-md-2 js-cookie-consent-reject">Reject</button>
</div>
</div>
</div>

<div class="js-cookie-details hx_cookie-banner-details" hidden>
<div class="d-md-flex flex-items-center py-3">
<p class="f5 flex-1 mb-2 mb-md-0">

We use <span class="text-bold">optional</span> third-party analytics cookies to understand how you use GitHub.com so we can build better products.

<br>
You can always update your selection by clicking <span class="text-bold">Cookie Preferences</span> at the bottom of the page.
For more information, see our <a href="https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-privacy-statement">Privacy Statement</a>.
</p>
</div>

<div class="d-md-flex flex-items-center py-3 border-top">
<div class="f5 flex-1 mb-2 mb-md-0">
<h5 class="mb-1">Essential cookies</h5>
<p class="f6 mb-md-0">We use essential cookies to perform essential website functions, e.g. they're used to log you in.
<a href="https://docs.github.com/en/github/site-policy/github-subprocessors-and-cookies">Learn more</a>
</p>
</div>
<div class="text-right">
<h5 class="text-blue">Always active</h5>
</div>
</div>

<div class="d-md-flex flex-items-center py-3 border-top">
<div class="f5 flex-1 mb-2 mb-md-0">
<h5 class="mb-1">Analytics cookies</h5>
<p class="f6 mb-md-0">We use analytics cookies to understand how you use our websites so we can make them better, e.g. they're used to gather information about the pages you visit and how many clicks you need to accomplish a task.
<a href="https://docs.github.com/en/github/site-policy/github-subprocessors-and-cookies">Learn more</a>
</p>
</div>
<div class="text-right">
<div class="BtnGroup mt-1 mt-md-0 ml-2">
<button class="btn btn-outline BtnGroup-item js-accept-analytics-cookies" type="button">Accept</button>
<button class="btn btn-outline BtnGroup-item js-reject-analytics-cookies" type="button">Reject</button>
</div>
</div>
</div>

<div class="text-right py-3 border-top">
<button class="btn btn-primary js-save-cookie-preferences" type="button" disabled>Save preferences</button>
</div>
</div>
</div></div> </div>
</div>


</body>
</html>


11-11 18:17:30.971|ERROR|ExtensionInstaller:Failed to install extension C:\Users\mdove\Downloads\Playnite Downloads\IsThereAnyDeal_1_1.pext
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.Common.Serialization.FromYaml[T](String yaml) in E:\Devel\Playnite\source\Playnite.Common\Serialization.cs:line 96
at Playnite.Plugins.ExtensionInstaller.GetManifestFromDir(String extDir) in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 234
at Playnite.Plugins.ExtensionInstaller.InstallPackedFile[T](String path, String nanifestFileName, String rootDir, Func`2 newMan) in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 157
at Playnite.Plugins.ExtensionInstaller.InstallPackedExtension(String path) in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 191
at Playnite.Plugins.ExtensionInstaller.InstallExtensionQueue() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 72
11-11 18:17:30.994|ERROR|PlayniteApplication:Failed to finish installing extenions.
System.Exception: Failed to install or uninstall one or more extensions.
at Playnite.Plugins.ExtensionInstaller.InstallExtensionQueue() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 118
at Playnite.PlayniteApplication..ctor(Application nativeApp, ApplicationMode mode, String defaultThemeName, CmdLineOptions cmdLine) in E:\Devel\Playnite\source\Playnite\App\PlayniteApplication.cs:line 155
11-11 18:17:31.717|INFO|PlayniteApplication:Application started from 'C:\Users\mdove\AppData\Local\Playnite', with '--nolibupdate' arguments.
11-11 18:17:32.105|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:17:32.162|INFO|ExtensionFactory:Loaded plugin: DuplicateHider, version 2.2.3
11-11 18:17:32.502|INFO|CheckVersionTongueluginCommon - GameActivity - Find v1.1.1 - Actual v1.1.1
11-11 18:17:32.502|INFO|ExtensionFactory:Loaded plugin: GameActivity, version 1.1.1
11-11 18:17:32.502|INFO|GameActivityCollection:GameActivity - Load database - 00:00.00
11-11 18:17:32.891|INFO|CheckVersionTongueluginCommon - HowLongToBeat - Find v1.1 - Actual v1.1
11-11 18:17:32.891|INFO|ExtensionFactory:Loaded plugin: HowLongToBeat, version 1.1
11-11 18:17:33.218|INFO|CheckVersionTongueluginCommon - SuccessStory - Find v1.1.1 - Actual v1.1.1
11-11 18:17:33.218|INFO|ExtensionFactory:Loaded plugin: SuccessStory, version 1.1.1
11-11 18:17:33.218|INFO|AchievementsDatabase:SuccessStory - e7e7ea40-5a07-4002-86c9-c3c3af55dc9a is null
11-11 18:17:33.498|INFO|CheckVersionTongueluginCommon - SystemChecker - Find v1.1 - Actual v1.1
11-11 18:17:33.499|INFO|ExtensionFactory:Loaded plugin: SystemChecker, version 1.1
11-11 18:17:33.727|INFO|CheckVersionTongueluginCommon - ThemeModifier - Find v1.1 - Actual v1.1
11-11 18:17:33.769|DEBUG|ThemeClass:ThemeModifier - el: {"DetailOverviewFullScroll":"Enable Detail Game Overview Full Scroll"}
11-11 18:17:33.769|DEBUG|ThemeClass:ThemeModifier - el: {"GridOverviewFullScroll":"Enable Grid Game Overview Full Scroll"}
11-11 18:17:33.769|DEBUG|ThemeClass:ThemeModifier - el: {"GridTitleVisibility":"Grid Title Visibility"}
11-11 18:17:33.769|DEBUG|ThemeClass:ThemeModifier - el: {"GridTitleVerticalAlignment":"Grid Title Vertical Alignment"}
11-11 18:17:33.769|DEBUG|ThemeClass:ThemeModifier - el: {"GridTitleHorizontalAlignment":"Grid Title Horizontal Alignment"}
11-11 18:17:33.769|DEBUG|ThemeClass:ThemeModifier - el: {"DetailTitleVisibility":"Detail Title Visibility"}
11-11 18:17:33.769|DEBUG|ThemeClass:ThemeModifier - el: {"DetailTitleVerticalAlignment":"Detail Title Vertical Alignment"}
11-11 18:17:33.769|DEBUG|ThemeClass:ThemeModifier - el: {"DetailTitleHorizontalAlignment":"Detail Title Horizontal Alignment"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"GameDetailsVisibility":"Game Details Visibility"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"GameGridItemtBrush":"Darkened effect for Grid View Items"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"GridInfoVisibility":"Grid Item Information Visibility"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"HorizontalBannerVisibility":"Grid Item Horizontal Banner Visibility"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"VerticalBannerVisibility":"Grid Item Vertical Banner Visibility"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"IconBannerVisibility":"Platform Icon Visibility to replace Text Banner"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"UseStoreBanners":"Use Store Banners instead of icons"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"DetailPanelOpacity":"Detaills Panels Opacity"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"DetailPanelLessOpacity":"Links Panel Opacity"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"HtmlTextColor":"Game Description HTML Text Color"}
11-11 18:17:33.780|DEBUG|ThemeClass:ThemeModifier - el: {"HtmlLinkColor":"Game Description HTML Links Color"}
11-11 18:17:33.780|INFO|ThemeClass:ThemeModifier - No ThemeActualConstants find for eMixedNite_d3544fdb-be37-4677-b317-7d747adc6b8e & eMixedNite
11-11 18:17:33.780|INFO|ExtensionFactory:Loaded plugin: ThemeModifier, version 1.1
11-11 18:17:33.845|DEBUG|EpicLibrarySettings:Updating Epic settings from version 0.
11-11 18:17:33.845|INFO|ExtensionFactory:Loaded plugin: Epic Store Library Importer, version 1.0
11-11 18:17:33.845|INFO|ExtensionFactory:Loaded plugin: GOG Library Importer, version 1.0
11-11 18:17:33.867|INFO|ExtensionFactory:Loaded plugin: IGDB metadata provider, version 1.0
11-11 18:17:33.913|DEBUG|ItchioLibrarySettings:Updating itch settings from version 0.
11-11 18:17:33.913|INFO|ExtensionFactory:Loaded plugin: itch.io Library Importer, version 1.0
11-11 18:17:33.944|INFO|ExtensionFactory:Loaded plugin: Steam Library Importer, version 1.0
11-11 18:17:33.953|INFO|ExtensionFactory:Loaded plugin: Xbox Library Importer, version 1.0
11-11 18:17:33.975|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:17:35.130|INFO|ExtensionFactory:Loaded script extension: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\Game_Region_Filler\GameRegionFiller.ps1, version 1.0.1
11-11 18:17:35.229|INFO|ExtensionFactory:Loaded script extension: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\Steam_Date_Importer\SteamDateImporter.ps1, version 1.0.4
11-11 18:17:35.304|INFO|ExtensionFactory:Loaded script extension: C:\Users\mdove\AppData\Local\Playnite\Extensions\LibraryExporter\LibraryExporter.ps1, version 1.0
11-11 18:17:36.245|INFO|GameDatabase:Opening db C:\Users\mdove\AppData\Roaming\Playnite\library
11-11 18:17:37.690|DEBUG|ExecutionTimer:--- Timer 'DatabaseLoadCollections', 1441 ms to complete.
11-11 18:17:37.775|INFO|DatabaseStats:Completely recalculating database statistics...
11-11 18:17:38.613|INFO|PlayniteUiHelper:GameActivity - Add Header button
11-11 18:17:38.765|INFO|PlayniteUiHelper:SuccessStory - Add Header button
11-11 18:17:38.812|INFO|PlayniteApplication:Application 8.7.0.22392 started
11-11 18:17:39.203|WARN|PlayniteUiHelper:GameActivity - No data for Alpha Protocol
11-11 18:17:39.228|INFO|SystemApi:SystemChecker - Find from cache for Alpha Protocol
11-11 18:17:43.812|DEBUG|DownloaderBig Grinownloading string content from http://www.playnite.link/update/stable/info.json using System.Text.UTF8Encoding encoding.
11-11 18:18:18.464|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:22:19.011|INFO|GameActivityCollection:GameActivity - Load database - 00:00.00
11-11 18:23:04.684|INFO|GameActivityCollection:GameActivity - Load database - 00:00.00
11-11 18:23:07.692|INFO|GameActivityCollection:GameActivity - Load database - 00:00.00
11-11 18:23:19.664|INFO|GameActivityCollection:GameActivity - Load database - 00:00.00
11-11 18:24:16.398|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:24:47.264|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:24:55.714|INFO|Butler:[db prepare] [debug] Current DB version is 1542741863
11-11 18:24:55.714|INFO|Butler:[db prepare] [debug] Latest migration is 1542741863
11-11 18:24:55.714|INFO|Butler:[db prepare] [debug] No migrations to run
11-11 18:24:55.718|DEBUG|Butler:{"secret":"0a505adb-c485-46e9-a706-48aea64c082072bdce72-cd30-4e40-bbd5-54bf2d315c7648d56bf1-d499-475a-986d-7552af04c4a0f569ed34-7277-40af-9490-294addd49205","tcp":{"address":"127.0.0.1:12673"},"time":1605140695,"type":"butlerd/listen-notification"}
11-11 18:24:55.874|INFO|Butler:[router] [info] Initiating graceful butlerd shutdown
11-11 18:24:55.874|INFO|Butler:[router] [info] While shutting down, request 1046980493 has completed
11-11 18:24:55.874|INFO|Butler:[router] [info] No in-flight requests left, we can shut down now.
11-11 18:24:55.874|DEBUG|Butler:Butler: Closing TCP listener...
11-11 18:24:55.874|DEBUG|Butler:Butler: Waiting for TCP connections to close...
11-11 18:24:55.874|DEBUG|Butler:Butler: While accepting connection: accept tcp 127.0.0.1:12673: use of closed network connection
11-11 18:24:55.926|DEBUG|Butler:Butler: All TCP connections closed
11-11 18:24:57.427|DEBUG|DownloaderBig Grinownloading string content from https://api.steampowered.com/IPlayerServ...8084819419 using System.Text.UTF8Encoding encoding.
11-11 18:25:28.008|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:25:32.443|DEBUG|DownloaderBig Grinownloading string content from https://api.steampowered.com/IPlayerServ...8084819419 using System.Text.UTF8Encoding encoding.
11-11 18:26:31.760|INFO|PlayniteApplication:Shutting down Playnite
11-11 18:26:31.781|DEBUG|PlayniteApplication:Releasing Playnite resources...
11-11 18:26:38.107|INFO|PlayniteApplication:Application started from 'C:\Users\mdove\AppData\Local\Playnite', with '' arguments.
11-11 18:26:38.589|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:26:38.638|INFO|ExtensionFactory:Loaded plugin: DuplicateHider, version 2.2.3
11-11 18:26:39.092|INFO|CheckVersionTongueluginCommon - GameActivity - Find v1.1.1 - Actual v1.1.1
11-11 18:26:39.092|INFO|ExtensionFactory:Loaded plugin: GameActivity, version 1.1.1
11-11 18:26:39.092|INFO|GameActivityCollection:GameActivity - Load database - 00:00.00
11-11 18:26:39.422|INFO|CheckVersionTongueluginCommon - HowLongToBeat - Find v1.1 - Actual v1.1
11-11 18:26:39.422|INFO|ExtensionFactory:Loaded plugin: HowLongToBeat, version 1.1
11-11 18:26:39.911|INFO|CheckVersionTongueluginCommon - SuccessStory - Find v1.1.1 - Actual v1.1.1
11-11 18:26:39.911|INFO|ExtensionFactory:Loaded plugin: SuccessStory, version 1.1.1
11-11 18:26:39.922|INFO|AchievementsDatabase:SuccessStory - e7e7ea40-5a07-4002-86c9-c3c3af55dc9a is null
11-11 18:26:40.183|INFO|CheckVersionTongueluginCommon - SystemChecker - Find v1.1 - Actual v1.1
11-11 18:26:40.183|INFO|ExtensionFactory:Loaded plugin: SystemChecker, version 1.1
11-11 18:26:40.448|INFO|CheckVersionTongueluginCommon - ThemeModifier - Find v1.1 - Actual v1.1
11-11 18:26:40.705|DEBUG|ThemeClass:ThemeModifier - el: {"DetailOverviewFullScroll":"Enable Detail Game Overview Full Scroll"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"GridOverviewFullScroll":"Enable Grid Game Overview Full Scroll"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"GridTitleVisibility":"Grid Title Visibility"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"GridTitleVerticalAlignment":"Grid Title Vertical Alignment"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"GridTitleHorizontalAlignment":"Grid Title Horizontal Alignment"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"DetailTitleVisibility":"Detail Title Visibility"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"DetailTitleVerticalAlignment":"Detail Title Vertical Alignment"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"DetailTitleHorizontalAlignment":"Detail Title Horizontal Alignment"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"GameDetailsVisibility":"Game Details Visibility"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"GameGridItemtBrush":"Darkened effect for Grid View Items"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"GridInfoVisibility":"Grid Item Information Visibility"}
11-11 18:26:40.722|DEBUG|ThemeClass:ThemeModifier - el: {"HorizontalBannerVisibility":"Grid Item Horizontal Banner Visibility"}
11-11 18:26:40.733|DEBUG|ThemeClass:ThemeModifier - el: {"VerticalBannerVisibility":"Grid Item Vertical Banner Visibility"}
11-11 18:26:40.733|DEBUG|ThemeClass:ThemeModifier - el: {"IconBannerVisibility":"Platform Icon Visibility to replace Text Banner"}
11-11 18:26:40.733|DEBUG|ThemeClass:ThemeModifier - el: {"UseStoreBanners":"Use Store Banners instead of icons"}
11-11 18:26:40.733|DEBUG|ThemeClass:ThemeModifier - el: {"DetailPanelOpacity":"Detaills Panels Opacity"}
11-11 18:26:40.733|DEBUG|ThemeClass:ThemeModifier - el: {"DetailPanelLessOpacity":"Links Panel Opacity"}
11-11 18:26:40.733|DEBUG|ThemeClass:ThemeModifier - el: {"HtmlTextColor":"Game Description HTML Text Color"}
11-11 18:26:40.733|DEBUG|ThemeClass:ThemeModifier - el: {"HtmlLinkColor":"Game Description HTML Links Color"}
11-11 18:26:40.733|INFO|ThemeClass:ThemeModifier - No ThemeActualConstants find for eMixedNite_d3544fdb-be37-4677-b317-7d747adc6b8e & eMixedNite
11-11 18:26:40.754|INFO|ExtensionFactory:Loaded plugin: ThemeModifier, version 1.1
11-11 18:26:40.799|INFO|ExtensionFactory:Loaded plugin: Epic Store Library Importer, version 1.0
11-11 18:26:40.799|INFO|ExtensionFactory:Loaded plugin: GOG Library Importer, version 1.0
11-11 18:26:40.821|INFO|ExtensionFactory:Loaded plugin: IGDB metadata provider, version 1.0
11-11 18:26:40.862|INFO|ExtensionFactory:Loaded plugin: itch.io Library Importer, version 1.0
11-11 18:26:40.891|INFO|ExtensionFactory:Loaded plugin: Steam Library Importer, version 1.0
11-11 18:26:40.891|INFO|ExtensionFactory:Loaded plugin: Xbox Library Importer, version 1.0
11-11 18:26:40.929|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:26:42.564|INFO|ExtensionFactory:Loaded script extension: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\Game_Region_Filler\GameRegionFiller.ps1, version 1.0.1
11-11 18:26:42.671|INFO|ExtensionFactory:Loaded script extension: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\Steam_Date_Importer\SteamDateImporter.ps1, version 1.0.4
11-11 18:26:42.734|INFO|ExtensionFactory:Loaded script extension: C:\Users\mdove\AppData\Local\Playnite\Extensions\LibraryExporter\LibraryExporter.ps1, version 1.0
11-11 18:26:43.856|INFO|GameDatabase:Opening db C:\Users\mdove\AppData\Roaming\Playnite\library
11-11 18:26:45.235|DEBUG|ExecutionTimer:--- Timer 'DatabaseLoadCollections', 1373 ms to complete.
11-11 18:26:45.295|INFO|DatabaseStats:Completely recalculating database statistics...
11-11 18:26:46.242|INFO|PlayniteUiHelper:GameActivity - Add Header button
11-11 18:26:46.490|INFO|PlayniteUiHelper:SuccessStory - Add Header button
11-11 18:26:46.507|INFO|DesktopAppViewModel:Importing games from Epic plugin.
11-11 18:26:46.528|DEBUG|EpicLibrary:Found 0 installed Epic games.
11-11 18:26:46.568|INFO|PlayniteApplication:Application 8.7.0.22392 started
11-11 18:26:46.789|WARN|PlayniteUiHelper:GameActivity - No data for Alpha Protocol
11-11 18:26:46.831|INFO|SystemApi:SystemChecker - Find from cache for Alpha Protocol
11-11 18:26:47.058|DEBUG|EpicLibrary:Found 4 library Epic games.
11-11 18:26:47.256|INFO|DesktopAppViewModel:Importing games from GOG plugin.
11-11 18:26:47.287|DEBUG|GogLibrary:Found 0 installed GOG games.
11-11 18:26:49.215|DEBUG|GogLibrary:Found 17 library GOG games.
11-11 18:26:49.309|INFO|DesktopAppViewModel:Importing games from itch.io plugin.
11-11 18:26:49.617|INFO|Butler:[db prepare] [debug] Current DB version is 1542741863
11-11 18:26:49.617|INFO|Butler:[db prepare] [debug] Latest migration is 1542741863
11-11 18:26:49.617|INFO|Butler:[db prepare] [debug] No migrations to run
11-11 18:26:49.617|DEBUG|Butler:{"secret":"699fd6aa-701a-4cb1-a7e7-e55b226753cee0dc699a-81d0-43b4-85ab-2d5a4ca12ce7ebbeb0a4-1aaa-4def-8369-d66a400bc4446b6f4a8f-7e9f-41b1-9481-0432a800757d","tcp":{"address":"127.0.0.1:12701"},"time":1605140809,"type":"butlerd/listen-notification"}
11-11 18:26:49.773|INFO|Butler:[router] [info] Initiating graceful butlerd shutdown
11-11 18:26:49.773|INFO|Butler:[router] [info] While shutting down, request 888159774 has completed
11-11 18:26:49.773|INFO|Butler:[router] [info] No in-flight requests left, we can shut down now.
11-11 18:26:49.773|DEBUG|Butler:Butler: Closing TCP listener...
11-11 18:26:49.773|DEBUG|Butler:Butler: Waiting for TCP connections to close...
11-11 18:26:49.773|DEBUG|Butler:Butler: While accepting connection: accept tcp 127.0.0.1:12701: use of closed network connection
11-11 18:26:49.824|DEBUG|Butler:Butler: All TCP connections closed
11-11 18:26:49.892|DEBUG|ItchioLibrary:Found 1 installed itch.io games.
11-11 18:26:50.229|INFO|Butler:[db prepare] [debug] Current DB version is 1542741863
11-11 18:26:50.229|INFO|Butler:[db prepare] [debug] Latest migration is 1542741863
11-11 18:26:50.232|INFO|Butler:[db prepare] [debug] No migrations to run
11-11 18:26:50.232|DEBUG|Butler:{"secret":"91bedc56-4eb2-4094-8998-d303321384a86f4eff22-1c11-4b8c-b234-d3e9f52a88e1026a42fe-6b98-42bd-a1c0-5843582a720a985943ea-0044-44a7-a911-65d340085c10","tcp":{"address":"127.0.0.1:12704"},"time":1605140810,"type":"butlerd/listen-notification"}
11-11 18:26:50.360|INFO|Butler:Butler: Fetching page 1
11-11 18:26:50.360|INFO|Butler:Butler: Fetching fresh data...
11-11 18:26:50.648|INFO|Butler:Butler: Waited 298.6301ms for fetch (non-shared)
11-11 18:26:50.655|INFO|Butler:[router] [info] Initiating graceful butlerd shutdown
11-11 18:26:50.655|INFO|Butler:[router] [info] While shutting down, request 1729908350 has completed
11-11 18:26:50.655|INFO|Butler:[router] [info] No in-flight requests left, we can shut down now.
11-11 18:26:50.655|DEBUG|Butler:Butler: Closing TCP listener...
11-11 18:26:50.655|DEBUG|Butler:Butler: While accepting connection: accept tcp 127.0.0.1:12704: use of closed network connection
11-11 18:26:50.655|DEBUG|Butler:Butler: Waiting for TCP connections to close...
11-11 18:26:50.705|DEBUG|Butler:Butler: All TCP connections closed
11-11 18:26:50.795|DEBUG|ItchioLibrary:Found 0 library itch.io games.
11-11 18:26:50.864|INFO|DesktopAppViewModel:Importing games from Steam plugin.
11-11 18:26:50.889|DEBUG|SteamLibrary:Found 40 installed Steam games.
11-11 18:26:50.889|DEBUG|DownloaderBig Grinownloading string content from https://api.steampowered.com/IPlayerServ...free_sub=1 using System.Text.UTF8Encoding encoding.
11-11 18:26:52.451|DEBUG|SteamLibrary:Found 219 library Steam games.
11-11 18:26:52.690|INFO|GameDatabase:Adding new game 92 from Steam plugin
11-11 18:26:52.716|INFO|GameDatabase:Adding new game 211 from Steam plugin
11-11 18:26:52.726|INFO|GameDatabase:Adding new game 440 from Steam plugin
11-11 18:26:52.735|INFO|GameDatabase:Adding new game 570 from Steam plugin
11-11 18:26:52.735|INFO|GameDatabase:Adding new game 630 from Steam plugin
11-11 18:26:52.754|INFO|GameDatabase:Adding new game 1840 from Steam plugin
11-11 18:26:52.764|INFO|GameDatabase:Adding new game 8230 from Steam plugin
11-11 18:26:52.764|INFO|GameDatabase:Adding new game 17510 from Steam plugin
11-11 18:26:52.785|INFO|GameDatabase:Adding new game 17520 from Steam plugin
11-11 18:26:52.785|INFO|GameDatabase:Adding new game 17530 from Steam plugin
11-11 18:26:52.806|INFO|GameDatabase:Adding new game 17550 from Steam plugin
11-11 18:26:52.814|INFO|GameDatabase:Adding new game 17700 from Steam plugin
11-11 18:26:52.829|INFO|GameDatabase:Adding new game 17730 from Steam plugin
11-11 18:26:52.829|INFO|GameDatabase:Adding new game 24920 from Steam plugin
11-11 18:26:52.850|INFO|GameDatabase:Adding new game 27040 from Steam plugin
11-11 18:26:52.859|INFO|GameDatabase:Adding new game 61800 from Steam plugin
11-11 18:26:52.859|INFO|GameDatabase:Adding new game 61810 from Steam plugin
11-11 18:26:52.880|INFO|GameDatabase:Adding new game 61820 from Steam plugin
11-11 18:26:52.891|INFO|GameDatabase:Adding new game 61830 from Steam plugin
11-11 18:26:52.891|INFO|GameDatabase:Adding new game 92500 from Steam plugin
11-11 18:26:52.911|INFO|GameDatabase:Adding new game 212542 from Steam plugin
11-11 18:26:52.925|INFO|GameDatabase:Adding new game 215350 from Steam plugin
11-11 18:26:52.925|INFO|GameDatabase:Adding new game 215360 from Steam plugin
11-11 18:26:52.944|INFO|GameDatabase:Adding new game 221410 from Steam plugin
11-11 18:26:52.956|INFO|GameDatabase:Adding new game 235780 from Steam plugin
11-11 18:26:52.956|INFO|GameDatabase:Adding new game 238690 from Steam plugin
11-11 18:26:52.977|INFO|GameDatabase:Adding new game 250820 from Steam plugin
11-11 18:26:52.988|INFO|GameDatabase:Adding new game 259080 from Steam plugin
11-11 18:26:52.998|INFO|GameDatabase:Adding new game 261820 from Steam plugin
11-11 18:26:52.998|INFO|GameDatabase:Adding new game 261980 from Steam plugin
11-11 18:26:53.021|INFO|GameDatabase:Adding new game 613220 from Steam plugin
11-11 18:26:53.933|INFO|DesktopAppViewModel:Importing games from Xbox plugin.
11-11 18:27:00.050|DEBUG|XboxLibrary:Found 2 installed Xbox games.
11-11 18:27:00.050|DEBUG|XboxLibrary:Found 42 Xbox PC games.
11-11 18:27:00.584|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:27:01.229|INFO|DesktopAppViewModelBig Grinownloading metadata for 31 new games.
11-11 18:27:01.542|INFO|Butler:[db prepare] [debug] Current DB version is 1542741863
11-11 18:27:01.542|INFO|Butler:[db prepare] [debug] Latest migration is 1542741863
11-11 18:27:01.542|INFO|Butler:[db prepare] [debug] No migrations to run
11-11 18:27:01.546|DEBUG|Butler:{"secret":"31972eb0-2fd9-41de-a721-acd28685e7c58b3d73ab-a200-48c0-8e1a-72b8b7907975e7decf2e-721a-4b11-acbd-5f92a3383b54caf4e34d-79f9-4074-8205-e90660518410","tcp":{"address":"127.0.0.1:12714"},"time":1605140821,"type":"butlerd/listen-notification"}
11-11 18:27:01.655|DEBUG|MetadataDownloaderBig Grinownloading metadata for Codename Gordon, 92, cb91dfc9-b977-43bf-8e70-55f46e410fab
11-11 18:27:03.675|DEBUG|DownloaderBig Grinownloading string content from https://store.steampowered.com/api/appde...&l=english using System.Text.UTF8Encoding encoding.
11-11 18:27:04.541|DEBUG|PlayniteApplication:Releasing Playnite resources...
11-11 18:27:05.006|DEBUG|DownloaderBig Grinownloading string content from https://store.steampowered.com/appreview...nguage=all using System.Text.UTF8Encoding encoding.
11-11 18:27:06.624|DEBUG|DownloaderBig Grinownloading data from https://steamcdn-a.akamaihd.net/steam/ap...erated.jpg to C:\Users\mdove\AppData\Roaming\Playnite\library\files\327df1da-806e-41be-b67c-7d5f7ebcf538\0a1c0734-067f-4dbe-b7fd-aa3480cd9c63.jpg.
11-11 18:27:06.707|DEBUG|DownloaderBig Grinownloading data from https://images.igdb.com/igdb/image/uploa...co1pu8.jpg to C:\Users\mdove\AppData\Roaming\Playnite\library\files\327df1da-806e-41be-b67c-7d5f7ebcf538\efed404f-c6d9-46c0-8121-50d16e0e9828.jpg.
11-11 18:27:07.405|DEBUG|DownloaderBig Grinownloading data from https://steamcdn-a.akamaihd.net/steamcom...38ceaa.ico to C:\Users\mdove\AppData\Roaming\Playnite\library\files\327df1da-806e-41be-b67c-7d5f7ebcf538\944ef1fc-6a32-4b01-ac1b-5d8051b07953.ico.
11-11 18:27:07.547|INFO|Butler:[router] [info] Initiating graceful butlerd shutdown
11-11 18:27:07.547|INFO|Butler:[router] [info] While shutting down, request 453225164 has completed
11-11 18:27:07.547|INFO|Butler:[router] [info] No in-flight requests left, we can shut down now.
11-11 18:27:07.547|DEBUG|Butler:Butler: Closing TCP listener...
11-11 18:27:07.547|DEBUG|Butler:Butler: While accepting connection: accept tcp 127.0.0.1:12714: use of closed network connection
11-11 18:27:07.547|DEBUG|Butler:Butler: Waiting for TCP connections to close...
11-11 18:27:07.547|DEBUG|Butler:Butler: All TCP connections closed
11-11 18:27:07.780|DEBUG|DownloaderBig Grinownloading string content from http://www.playnite.link/update/stable/info.json using System.Text.UTF8Encoding encoding.
11-11 18:27:09.488|INFO|ExtensionInstaller:Installing extenstion/theme C:\Users\mdove\Downloads\Playnite Downloads\IsThereAnyDeal_1_1.pext
11-11 18:27:09.585|ERROR|Serialization:Failed to deserialize Playnite.API.ExtensionManifest from yaml:
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.Common.Serialization.FromYaml[T](String yaml) in E:\Devel\Playnite\source\Playnite.Common\Serialization.cs:line 90
11-11 18:27:09.594|DEBUG|Serialization:





<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="dns-prefetch" href="https://github.githubassets.com">
<link rel="dns-prefetch" href="https://avatars0.githubusercontent.com">
<link rel="dns-prefetch" href="https://avatars1.githubusercontent.com">
<link rel="dns-prefetch" href="https://avatars2.githubusercontent.com">
<link rel="dns-prefetch" href="https://avatars3.githubusercontent.com">
<link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
<link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">



<link crossorigin="anonymous" media="all" integrity="sha512-K+2SY5WIogVf/13vJ9BeX4zVI7sQjuctb6bSHvfTYr6EjQSM0YWKa9kCnnlZYAbPazx/aK3+IfeU2Q8m0y3ePA==" rel="stylesheet" href="https://github.githubassets.com/assets/frameworks-2bed92639588a2055fff5def27d05e5f.css" />
<link crossorigin="anonymous" media="all" integrity="sha512-coVq0vBxd4jhdJQktTbvvxOMjCq7cujGRd6AY86J5bqRiWgFr5wNtVhIKCvAsJXX5khdSiPAIiW2aDDW+G39AA==" rel="stylesheet" href="https://github.githubassets.com/assets/site-72856ad2f0717788e1749424b536efbf.css" />
<link crossorigin="anonymous" media="all" integrity="sha512-h94fKLEhkpUNd2ccZthb9mQoL7diI7g4vMZZy/i0HJ7lRwA/OodZ7jY+/KP+a7LhtSeLAtRb0ULAZbi1x/YGkw==" rel="stylesheet" href="https://github.githubassets.com/assets/github-87de1f28b12192950d77671c66d85bf6.css" />





<script crossorigin="anonymous" defer="defer" integrity="sha512-8K2vvwbW+6H27Nad5ydg8PA2/aMD/LKq+EiK9s0U0hhVZxCI2tWBsYk9beAtisRw2j+Or5k2/F+6dk02nmj/PA==" type="application/javascript" src="https://github.githubassets.com/assets/environment-f0adafbf.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-YEtshRLHr+2BeE23dp5rtQdHF4emi1s7HZto12f9a1bGq+ebWp9ScLXgCuLqLJk5ZfwWxORBfBUprys3XHMLHA==" type="application/javascript" src="https://github.githubassets.com/assets/chunk-frameworks-604b6c85.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-AsYa7L3J5bYnuUNrVC1tcCifuOPAby6GuHXmS8QCRbacHT9e6b7iZenxp4Qt/TY2qeMqrdHNHnivAsEKn9e9zw==" type="application/javascript" src="https://github.githubassets.com/assets/chunk-vendor-02c61aec.js"></script>

<script crossorigin="anonymous" defer="defer" integrity="sha512-2oePV8Pz7RWigIXHguyavGbbmDHheZIkN63Kg15MsqtQkT7eADGculCWhiabeRc7xRZOJY4v2Axb5QCEJY8sig==" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-da878f57.js"></script>

<script crossorigin="anonymous" defer="defer" integrity="sha512-P2YMkqfXJOOfxTTkNHbblY5ks3U+e9w9tiVyK9syrE5+JmlaCg1kUiuT1DfbyJXwaOLaRLT3zam2r+QrxTZ3iw==" type="application/javascript" data-module-id="./chunk-contributions-spider-graph.js" data-src="https://github.githubassets.com/assets/chunk-contributions-spider-graph-3f660c92.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-obMR8mPKx8OvqRe34LgnUcxeJ1qujiA4ND3H6UX13ExMlA/WfHLjEzXRmgGRcRvN/8J1nzc+Z+jgz/PLTFy6zg==" type="application/javascript" data-module-id="./chunk-drag-drop.js" data-src="https://github.githubassets.com/assets/chunk-drag-drop-a1b311f2.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-o95wCKfOqL8EX5reoP68bQ/mUPvLnu0T5LaPZLAv0xQALhTP0XqriKBrnmOXbo6BVVM9eNnesNYw8rA37Ta60w==" type="application/javascript" data-module-id="./chunk-jump-to.js" data-src="https://github.githubassets.com/assets/chunk-jump-to-a3de7008.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-tcH4xCRuMBAh1PruDaiwGnRIbHlF6bGLhxyCQ16uqok1cV5QFMguVPWJtN9KI0jGQOgN+Pha3+uOUXhXdfK/qw==" type="application/javascript" data-module-id="./chunk-profile-pins-element.js" data-src="https://github.githubassets.com/assets/chunk-profile-pins-element-b5c1f8c4.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-hUprZmPKGx2Ji0cJJ29yrNBTnfCQoEg+Ow0rEG6bVGXu0HcagYwfPS9a5oRdoqvkE+nSk4FkIaklkLvc7Jb5+g==" type="application/javascript" data-module-id="./chunk-randomColor.js" data-src="https://github.githubassets.com/assets/chunk-randomColor-854a6b66.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-E+H+wAtjiqutBvn2cnXzDIvmasIhYiS7i7JzOfFUwo+Ej8zT54OrJtP//RhwixnypgOpCF4JvqzYy6zOtORDmg==" type="application/javascript" data-module-id="./chunk-runner-groups.js" data-src="https://github.githubassets.com/assets/chunk-runner-groups-13e1fec0.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-pkFKgC9JFth/pgRqBLhELfLOltqYbv+r++HblYEsbFpg7rCimMCN4Q/8RvPYilY0QMGT0q9vlJj1vzzUXYk3Zw==" type="application/javascript" data-module-id="./chunk-sortable-behavior.js" data-src="https://github.githubassets.com/assets/chunk-sortable-behavior-a6414a80.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-HCEY5FUSNmHYIUILB/UYu4Q6dPhLDAtK/MCQibzObiq4PxHpAohvWEf1oTil7Z4uckwsZ8q5VgDlEHJNNJ+tNg==" type="application/javascript" data-module-id="./chunk-tweetsodium.js" data-src="https://github.githubassets.com/assets/chunk-tweetsodium-1c2118e4.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-e+30BriXsBu+fb/LGEU9gAzSwn25wRYzDDPpr2AA8jZJI9034xzRHYXjA9XhF+7ncBIGJ/uTD11G25/H0XyuZg==" type="application/javascript" data-module-id="./chunk-user-status-submit.js" data-src="https://github.githubassets.com/assets/chunk-user-status-submit-7bedf406.js"></script>

<script crossorigin="anonymous" defer="defer" integrity="sha512-N0O5xJoLLdo2d6irsQsQgERIRUSntW3Z1rpjUQtKPiNMIGLLIjG3PrrRgLlFgDlAE3wMyfwOHVHzv2eHsjCOtw==" type="application/javascript" src="https://github.githubassets.com/assets/repositories-3743b9c4.js"></script>
<script crossorigin="anonymous" defer="defer" integrity="sha512-GJdTqKTjMbKLOeVh1MqbKqiT+CmVuUtKcWQBNe7gYExxG4L6QZ79C9/FRQZRp+N8MmCfXC+JGx3l5gImXkreyQ==" type="application/javascript" src="https://github.githubassets.com/assets/diffs-189753a8.js"></script>

<meta name="viewport" content="width=device-width">

<title>AddLink/extension.yaml at master · dragonmc77/AddLink · GitHub</title>
<meta name="description" content="AddLink Extension for Playnite. Contribute to dragonmc77/AddLink development by creating an account on GitHub.">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
<meta property="fb:app_id" content="1401488693436528">
<meta name="apple-itunes-app" content="app-id=1477376905" />
<meta name="twitter:imageConfusedrc" content="https://avatars1.githubusercontent.com/u/7660597?s=400&amp;v=4" /><meta name="twitterConfusedite" content="@github" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="dragonmc77/AddLink" /><meta name="twitter:description" content="AddLink Extension for Playnite. Contribute to dragonmc77/AddLink development by creating an account on GitHub." />
<meta property="og:image" content="https://avatars1.githubusercontent.com/u/7660597?s=400&amp;v=4" /><meta property="ogConfusedite_name" content="GitHub" /><meta property="og:type" content="object" /><meta property="og:title" content="dragonmc77/AddLink" /><meta property="og:url" content="https://github.com/dragonmc77/AddLink" /><meta property="og:description" content="AddLink Extension for Playnite. Contribute to dragonmc77/AddLink development by creating an account on GitHub." />





<link rel="assets" href="https://github.githubassets.com/">


<meta name="request-id" content="30D8:48A7:60BFF13:988B727:5FAC7D89" data-pjax-transient="true"/><meta name="html-safe-nonce" content="c1974133daffee98b599c2108f1798fd6fe99b4a54683176782b6e7f066d606a" data-pjax-transient="true"/><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS9kcmFnb25tYzc3L0FkZExpbmsvZmluZC9tYXN0ZXIiLCJyZXF1ZXN0X2lkIjoiMzBEODo0OEE3OjYwQkZGMTM6OTg4QjcyNzo1RkFDN0Q4OSIsInZpc2l0b3JfaWQiOiI2NzUyMDc3NTY0NjE5NzAyMTEwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=" data-pjax-transient="true"/><meta name="visitor-hmac" content="0129a6d3d6683611f2bd40006dd4512fc3ebf10c152c52b0c471da94a2d173f4" data-pjax-transient="true"/><meta name="cookie-consent-required" content="false" data-pjax-transient="true"/>

<meta name="hovercard-subject-tag" content="repository:200584126" data-pjax-transient>


<meta name="github-keyboard-shortcuts" content="repository,source-code" data-pjax-transient="true" />



<meta name="selected-link" value="repo_source" data-pjax-transient>

<meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
<meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
<meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">

<meta name="octolytics-host" content="collector.githubapp.com" /><meta name="octolytics-app-id" content="github" /><meta name="octolytics-event-url" content="https://collector.githubapp.com/github-external/browser_event" /><meta name="octolytics-dimension-ga_id" content="" class="js-octo-ga-id" />

<meta name="analytics-location" content="/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show" data-pjax-transient="true" />









<meta class="js-ga-set" name="dimension10" content="Responsive" data-pjax-transient>

<meta class="js-ga-set" name="dimension1" content="Logged Out">





<meta name="hostname" content="github.com">
<meta name="user-login" content="">


<meta name="expected-hostname" content="github.com">


<meta name="enabled-features" content="MARKETPLACE_PENDING_INSTALLATIONS">

<meta http-equiv="x-pjax-version" content="0f68153fc98ea69fbc2b94efd37d9ddd1a1cadef75f6b17f5cefbd0fddfdc1d2">


<link href="https://github.com/dragonmc77/AddLink/commits/master.atom" rel="alternate" title="Recent Commits to AddLink:master" type="application/atom+xml">

<meta name="go-import" content="github.com/dragonmc77/AddLink git https://github.com/dragonmc77/AddLink.git">

<meta name="octolytics-dimension-user_id" content="7660597" /><meta name="octolytics-dimension-user_login" content="dragonmc77" /><meta name="octolytics-dimension-repository_id" content="200584126" /><meta name="octolytics-dimension-repository_nwo" content="dragonmc77/AddLink" /><meta name="octolytics-dimension-repository_public" content="true" /><meta name="octolytics-dimension-repository_is_fork" content="false" /><meta name="octolytics-dimension-repository_network_root_id" content="200584126" /><meta name="octolytics-dimension-repository_network_root_nwo" content="dragonmc77/AddLink" /><meta name="octolytics-dimension-repository_explore_github_marketplace_ci_cta_shown" content="false" />


<link rel="canonical" href="https://github.com/dragonmc77/AddLink/blob/master/extension.yaml" data-pjax-transient>


<meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">

<meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">

<meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">

<link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
<link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
<link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">

<meta name="theme-color" content="#1e2327">


<link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">

</head>

<body class="logged-out env-production page-responsive page-blob">


<div class="position-relative js-header-wrapper ">
<a href="#start-of-content" class="px-2 py-4 bg-blue text-white show-on-focus js-skip-to-content">Skip to content</a>
<span class="progress-pjax-loader width-full js-pjax-loader-bar Progress position-fixed">
<span style="background-color: #79b8ff;width: 0%;" class="Progress-item progress-pjax-loader-bar "></span>
</span>



<header class="Header-old header-logged-out js-details-container Details position-relative f4 py-2" role="banner">
<div class="container-xl d-lg-flex flex-items-center p-responsive">
<div class="d-flex flex-justify-between flex-items-center">
<a class="mr-4" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark">
<svg height="32" class="octicon octicon-mark-github text-white" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
</a>

<div class="d-lg-none css-truncate css-truncate-target width-fit p-2">


</div>

<div class="d-flex flex-items-center">
<a href="/join?ref_cta=Sign+up&amp;ref_loc=header+logged+out&amp;ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fblob%2Fshow&amp;source=header-repo"
class="d-inline-block d-lg-none f5 text-white no-underline border border-gray-dark rounded-2 px-2 py-1 mr-3 mr-sm-5"
data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;site header&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;SIGN_UP&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="5351a0dd33b4cfeb402f3858491df16ec41e89f210f910021d9a6d4280cfb0a9"
data-ga-click="Sign up, click to sign up for account, ref_page:/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show;ref_cta:Sign up;ref_loc:header logged out">
Sign&nbsp;up
</a>

<button class="btn-link d-lg-none mt-1 js-details-target" type="button" aria-label="Toggle navigation" aria-expanded="false">
<svg height="24" class="octicon octicon-three-bars text-white" viewBox="0 0 16 16" version="1.1" width="24" aria-hidden="true"><path fill-rule="evenodd" d="M1 2.75A.75.75 0 011.75 2h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 2.75zm0 5A.75.75 0 011.75 7h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 7.75zM1.75 12a.75.75 0 100 1.5h12.5a.75.75 0 100-1.5H1.75z"></path></svg>
</button>
</div>
</div>

<div class="HeaderMenu HeaderMenu--logged-out position-fixed top-0 right-0 bottom-0 height-fit position-lg-relative d-lg-flex flex-justify-between flex-items-center flex-auto">
<div class="d-flex d-lg-none flex-justify-end border-bottom bg-gray-light p-3">
<button class="btn-link js-details-target" type="button" aria-label="Toggle navigation" aria-expanded="false">
<svg height="24" class="octicon octicon-x text-gray" viewBox="0 0 24 24" version="1.1" width="24" aria-hidden="true"><path fill-rule="evenodd" d="M5.72 5.72a.75.75 0 011.06 0L12 10.94l5.22-5.22a.75.75 0 111.06 1.06L13.06 12l5.22 5.22a.75.75 0 11-1.06 1.06L12 13.06l-5.22 5.22a.75.75 0 01-1.06-1.06L10.94 12 5.72 6.78a.75.75 0 010-1.06z"></path></svg>
</button>
</div>

<nav class="mt-0 px-3 px-lg-0 mb-5 mb-lg-0" aria-label="Global">
<ul class="d-lg-flex list-style-none">
<li class="d-block d-lg-flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-fix position-relative flex-wrap flex-justify-between d-flex flex-items-center ">
<details class="HeaderMenu-details details-overlay details-reset width-full">
<summary class="HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block">
Why GitHub?
<svg x="0px" y="0px" viewBox="0 0 14 8" xmlConfusedpace="preserve" fill="none" class="icon-chevon-down-mktg position-absolute position-lg-relative">
<path d="M1,1l6.2,6L13,1"></path>
</svg>
</summary>
<div class="dropdown-menu flex-auto rounded-1 bg-white px-0 mt-0 pb-4 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4">
<a href="/features" class="py-2 lh-condensed-ultra d-block link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Features">Features <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a>
<ul class="list-style-none f5 pb-3">
<li class="edge-item-fix"><a href="/features/code-review/" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Code review">Code review</a></li>
<li class="edge-item-fix"><a href="/features/project-management/" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Project management">Project management</a></li>
<li class="edge-item-fix"><a href="/features/integrations" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Integrations">Integrations</a></li>
<li class="edge-item-fix"><a href="/features/actions" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Actions">Actions</a></li>
<li class="edge-item-fix"><a href="/features/packages" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to GitHub Packages">Packages</a></li>
<li class="edge-item-fix"><a href="/features/security" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Security">Security</a></li>
<li class="edge-item-fix"><a href="/features#team-management" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Team management">Team management</a></li>
<li class="edge-item-fix"><a href="/features#hosting" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Code hosting">Hosting</a></li>
<li class="edge-item-fix hide-xl"><a href="/mobile" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Mobile">Mobile</a></li>
</ul>

<ul class="list-style-none mb-0 border-lg-top pt-lg-3">
<li class="edge-item-fix"><a href="/customer-stories" class="py-2 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Customer stories">Customer stories <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
<li class="edge-item-fix"><a href="/security" class="py-2 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Security">Security <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
</ul>
</div>
</details>
</li>
<li class="border-bottom border-lg-bottom-0 mr-0 mr-lg-3">
<a href="/team" class="HeaderMenu-link no-underline py-3 d-block d-lg-inline-block" data-ga-click="(Logged out) Header, go to Team">Team</a>
</li>
<li class="border-bottom border-lg-bottom-0 mr-0 mr-lg-3">
<a href="/enterprise" class="HeaderMenu-link no-underline py-3 d-block d-lg-inline-block" data-ga-click="(Logged out) Header, go to Enterprise">Enterprise</a>
</li>

<li class="d-block d-lg-flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-fix position-relative flex-wrap flex-justify-between d-flex flex-items-center ">
<details class="HeaderMenu-details details-overlay details-reset width-full">
<summary class="HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block">
Explore
<svg x="0px" y="0px" viewBox="0 0 14 8" xmlConfusedpace="preserve" fill="none" class="icon-chevon-down-mktg position-absolute position-lg-relative">
<path d="M1,1l6.2,6L13,1"></path>
</svg>
</summary>

<div class="dropdown-menu flex-auto rounded-1 bg-white px-0 pt-2 pb-0 mt-0 pb-4 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4">
<ul class="list-style-none mb-3">
<li class="edge-item-fix"><a href="/explore" class="py-2 lh-condensed-ultra d-block link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Explore">Explore GitHub <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
</ul>

<h4 class="text-gray-light text-normal text-mono f5 mb-2 border-lg-top pt-lg-3">Learn &amp; contribute</h4>
<ul class="list-style-none mb-3">
<li class="edge-item-fix"><a href="/topics" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Topics">Topics</a></li>
<li class="edge-item-fix"><a href="/collections" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Collections">Collections</a></li>
<li class="edge-item-fix"><a href="/trending" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Trending">Trending</a></li>
<li class="edge-item-fix"><a href="https://lab.github.com/" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Learning lab">Learning Lab</a></li>
<li class="edge-item-fix"><a href="https://opensource.guide" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Open source guides">Open source guides</a></li>
</ul>

<h4 class="text-gray-light text-normal text-mono f5 mb-2 border-lg-top pt-lg-3">Connect with others</h4>
<ul class="list-style-none mb-0">
<li class="edge-item-fix"><a href="https://github.com/events" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Events">Events</a></li>
<li class="edge-item-fix"><a href="https://github.community" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Community forum">Community forum</a></li>
<li class="edge-item-fix"><a href="https://education.github.com" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to GitHub Education">GitHub Education</a></li>
<li class="edge-item-fix"><a href="https://stars.github.com" class="py-2 pb-0 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to GitHub Stars Program">GitHub Stars program</a></li>
</ul>
</div>
</details>
</li>

<li class="border-bottom border-lg-bottom-0 mr-0 mr-lg-3">
<a href="/marketplace" class="HeaderMenu-link no-underline py-3 d-block d-lg-inline-block" data-ga-click="(Logged out) Header, go to Marketplace">Marketplace</a>
</li>

<li class="d-block d-lg-flex flex-lg-nowrap flex-lg-items-center border-bottom border-lg-bottom-0 mr-0 mr-lg-3 edge-item-fix position-relative flex-wrap flex-justify-between d-flex flex-items-center ">
<details class="HeaderMenu-details details-overlay details-reset width-full">
<summary class="HeaderMenu-summary HeaderMenu-link px-0 py-3 border-0 no-wrap d-block d-lg-inline-block">
Pricing
<svg x="0px" y="0px" viewBox="0 0 14 8" xmlConfusedpace="preserve" fill="none" class="icon-chevon-down-mktg position-absolute position-lg-relative">
<path d="M1,1l6.2,6L13,1"></path>
</svg>
</summary>

<div class="dropdown-menu flex-auto rounded-1 bg-white px-0 pt-2 pb-4 mt-0 p-lg-4 position-relative position-lg-absolute left-0 left-lg-n4">
<a href="/pricing" class="pb-2 lh-condensed-ultra d-block link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Pricing">Plans <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a>

<ul class="list-style-none mb-3">
<li class="edge-item-fix"><a href="/pricing#feature-comparison" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Compare plans">Compare plans</a></li>
<li class="edge-item-fix"><a href="https://enterprise.github.com/contact" class="py-2 lh-condensed-ultra d-block link-gray no-underline f5" data-ga-click="(Logged out) Header, go to Contact Sales">Contact Sales</a></li>
</ul>

<ul class="list-style-none mb-0 border-lg-top pt-lg-3">
<li class="edge-item-fix"><a href="/nonprofit" class="py-2 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Nonprofits">Nonprofit <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
<li class="edge-item-fix"><a href="https://education.github.com" class="py-2 pb-0 lh-condensed-ultra d-block no-underline link-gray-dark no-underline h5 Bump-link--hover" data-ga-click="(Logged out) Header, go to Education">Education <span class="Bump-link-symbol float-right text-normal text-gray-light">&rarr;</span></a></li>
</ul>
</div>
</details>
</li>
</ul>
</nav>

<div class="d-lg-flex flex-items-center px-3 px-lg-0 text-center text-lg-left">
<div class="d-lg-flex mb-3 mb-lg-0">
<div class="header-search flex-auto js-site-search position-relative flex-self-stretch flex-md-self-auto mb-3 mb-md-0 mr-0 mr-md-3 scoped-search site-scoped-search js-jump-to"
role="combobox"
aria-owns="jump-to-results"
aria-label="Search or jump to"
aria-haspopup="listbox"
aria-expanded="false"
>
<div class="position-relative">
<!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-site-search-form" role="search" aria-label="Site" data-scope-type="Repository" data-scope-id="200584126" data-scoped-search-url="/dragonmc77/AddLink/search" data-unscoped-search-url="/search" action="/dragonmc77/AddLink/search" accept-charset="UTF-8" method="get">
<label class="form-control input-sm header-search-wrapper p-0 js-chromeless-input-container header-search-wrapper-jump-to position-relative d-flex flex-justify-between flex-items-center">
<input type="text"
class="form-control input-sm header-search-input jump-to-field js-jump-to-field js-site-search-focus js-site-search-field is-clearable"
data-hotkey="s,/"
name="q"
value=""
placeholder="Search"
data-unscoped-placeholder="Search GitHub"
data-scoped-placeholder="Search"
autocapitalize="off"
aria-autocomplete="list"
aria-controls="jump-to-results"
aria-label="Search"
data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations"
spellcheck="false"
autocomplete="off"
>
<input type="hidden" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" value="0h0iBpQJkaC94ZCLvTxv261erwzIUsWpW0gmBP+t1bmIAABxwOiN5jwuj0jy2OhOG590Bo7KK8PAia4V22UrhA==" />
<input type="hidden" class="js-site-search-type-field" name="type" >
<img src="https://github.githubassets.com/images/search-key-slash.svg" alt="" class="mr-2 header-search-key-slash">

<div class="Box position-absolute overflow-hidden d-none jump-to-suggestions js-jump-to-suggestions-container">

<ul class="d-none js-jump-to-suggestions-template-container">


<li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-suggestion" role="option">
<a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="">
<div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
<svg height="16" width="16" class="octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none" title="Repository" aria-label="Repository" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>
<svg height="16" width="16" class="octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none" title="Project" aria-label="Project" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path></svg>
<svg height="16" width="16" class="octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none" title="Search" aria-label="Search" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path></svg>
</div>

<img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">

<div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
</div>

<div class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search">
<span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
In this repository
</span>
<span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
All GitHub
</span>
<span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
</div>

<div aria-hidden="true" class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
Jump to
<span class="d-inline-block ml-1 v-align-middle">↵</span>
</div>
</a>
</li>

</ul>

<ul class="d-none js-jump-to-no-results-template-container">
<li class="d-flex flex-justify-center flex-items-center f5 d-none js-jump-to-suggestion p-2">
<span class="text-gray">No suggested jump to results</span>
</li>
</ul>

<ul id="jump-to-results" role="listbox" class="p-0 m-0 js-navigation-container jump-to-suggestions-results-container js-jump-to-suggestions-results-container">


<li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-scoped-search d-none" role="option">
<a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="">
<div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
<svg height="16" width="16" class="octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none" title="Repository" aria-label="Repository" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>
<svg height="16" width="16" class="octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none" title="Project" aria-label="Project" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path></svg>
<svg height="16" width="16" class="octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none" title="Search" aria-label="Search" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path></svg>
</div>

<img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">

<div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
</div>

<div class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search">
<span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
In this repository
</span>
<span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
All GitHub
</span>
<span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
</div>

<div aria-hidden="true" class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
Jump to
<span class="d-inline-block ml-1 v-align-middle">↵</span>
</div>
</a>
</li>



<li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-global-search d-none" role="option">
<a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="">
<div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
<svg height="16" width="16" class="octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none" title="Repository" aria-label="Repository" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>
<svg height="16" width="16" class="octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none" title="Project" aria-label="Project" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path></svg>
<svg height="16" width="16" class="octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none" title="Search" aria-label="Search" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path></svg>
</div>

<img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">

<div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
</div>

<div class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search">
<span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
In this repository
</span>
<span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
All GitHub
</span>
<span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
</div>

<div aria-hidden="true" class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
Jump to
<span class="d-inline-block ml-1 v-align-middle">↵</span>
</div>
</a>
</li>


</ul>

</div>
</label>
</form> </div>
</div>

</div>

<a href="/login?return_to=%2Fdragonmc77%2FAddLink%2Fblob%2Fmaster%2Fextension.yaml"
class="HeaderMenu-link no-underline mr-3"
data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;site header menu&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;SIGN_UP&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="7b3c503f66d0a505ff742906c60f72803be774cb8bf1ce1d19e0f735df40507d"
data-ga-click="(Logged out) Header, clicked Sign in, textConfusedign-in">
Sign&nbsp;in
</a>
<a href="/join?ref_cta=Sign+up&amp;ref_loc=header+logged+out&amp;ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fblob%2Fshow&amp;source=header-repo&amp;source_repo=dragonmc77%2FAddLink"
class="HeaderMenu-link d-inline-block no-underline border border-gray-dark rounded-1 px-2 py-1"
data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;site header menu&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;SIGN_UP&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="7b3c503f66d0a505ff742906c60f72803be774cb8bf1ce1d19e0f735df40507d"
data-ga-click="Sign up, click to sign up for account, ref_page:/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show;ref_cta:Sign up;ref_loc:header logged out">
Sign&nbsp;up
</a>
</div>
</div>
</div>
</header>

</div>

<div id="start-of-content" class="show-on-focus"></div>





<div data-pjax-replace id="js-flash-container">


<template class="js-flash-template">
<div class="flash flash-full {{ className }}">
<div class=" px-2" >
<button class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
<svg class="octicon octicon-x" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path></svg>
</button>

<div>{{ message }}</div>

</div>
</div>
</template>
</div>




<include-fragment class="js-notification-shelf-include-fragment" data-base-src="https://github.com/notifications/beta/shelf"></include-fragment>




<div
class="application-main "
data-commit-hovercards-enabled
data-discussion-hovercards-enabled
data-issue-and-pr-hovercards-enabled
>
<div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
<main >












<div class="bg-gray-light pt-3 hide-full-screen mb-5">

<div class="d-flex mb-3 px-3 px-md-4 px-lg-5">

<div class="flex-auto min-width-0 width-fit mr-3">
<h1 class=" d-flex flex-wrap flex-items-center break-word f3 text-normal">
<svg class="octicon octicon-repo text-gray mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path></svg>
<span class="author flex-self-stretch" itemprop="author">
<a class="url fn" rel="author" data-hovercard-type="user" data-hovercard-url="/users/dragonmc77/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_typeConfusedelf" href="/dragonmc77">dragonmc77</a>
</span>
<span class="mx-1 flex-self-stretch color-text-secondary">/</span>
<strong itemprop="name" class="mr-2 flex-self-stretch">
<a data-pjax="#js-repo-pjax-container" class="" href="/dragonmc77/AddLink">AddLink</a>
</strong>

</h1>


</div>

<ul class="pagehead-actions flex-shrink-0 d-none d-md-inline" style="padding: 2px 0;">

<li>
<a class="tooltipped tooltipped-s btn btn-sm btn-with-count" aria-label="You must be signed in to watch a repository" rel="nofollow" data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;notification subscription menu watch&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;LOG_IN&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="fee368a1b9171f69ab876f1994806d4326b742bd7e092ac7af787dde2cb8d702" href="/login?return_to=%2Fdragonmc77%2FAddLink">
<svg class="octicon octicon-eye" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path></svg>
Watch
</a> <a class="social-count" href="/dragonmc77/AddLink/watchers"
aria-label="3 users are watching this repository">
3
</a>

</li>

<li>
<a class="btn btn-sm btn-with-count tooltipped tooltipped-s" aria-label="You must be signed in to star a repository" rel="nofollow" data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;star button&quot;,&quot;repository_id&quot;:200584126,&quot;auth_type&quot;:&quot;LOG_IN&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="8c54f08e565e98cf90e83d79bd58af6e1276a96e20dc7b825672f2fc60e45518" href="/login?return_to=%2Fdragonmc77%2FAddLink">
<svg class="octicon octicon-star v-align-text-bottom" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path></svg>
Star
</a>
<a class="social-count js-social-count" href="/dragonmc77/AddLink/stargazers"
aria-label="6 users starred this repository">
6
</a>

</li>

<li>
<a class="btn btn-sm btn-with-count tooltipped tooltipped-s" aria-label="You must be signed in to fork a repository" rel="nofollow" data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;repo details fork button&quot;,&quot;repository_id&quot;:200584126,&quot;auth_type&quot;:&quot;LOG_IN&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="3bbbf88c3db3c9347edcae5f8f2f1d7c48347a4ce56ded6f6087ee298339b54c" href="/login?return_to=%2Fdragonmc77%2FAddLink">
<svg class="octicon octicon-repo-forked" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path></svg>
Fork
</a>
<a href="/dragonmc77/AddLink/network/members" class="social-count"
aria-label="0 users forked this repository">
0
</a>
</li>
</ul>

</div>

<nav aria-label="Repository" data-pjax="#js-repo-pjax-container" class="js-repo-nav js-sidenav-container-pjax js-responsive-underlinenav overflow-hidden UnderlineNav px-3 px-md-4 px-lg-5 bg-gray-light">
<ul class="UnderlineNav-body list-style-none ">
<li class="d-flex">
<a class="js-selected-navigation-item selected UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="code-tab" data-hotkey="g c" data-ga-click="Repository, Navigation click, Code tab" aria-current="page" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /dragonmc77/AddLink" href="/dragonmc77/AddLink">
<svg class="octicon octicon-code UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M4.72 3.22a.75.75 0 011.06 1.06L2.06 8l3.72 3.72a.75.75 0 11-1.06 1.06L.47 8.53a.75.75 0 010-1.06l4.25-4.25zm6.56 0a.75.75 0 10-1.06 1.06L13.94 8l-3.72 3.72a.75.75 0 101.06 1.06l4.25-4.25a.75.75 0 000-1.06l-4.25-4.25z"></path></svg>
<span data-content="Code">Code</span>
<span title="Not available" class="Counter "></span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="issues-tab" data-hotkey="g i" data-ga-click="Repository, Navigation click, Issues tab" data-selected-links="repo_issues repo_labels repo_milestones /dragonmc77/AddLink/issues" href="/dragonmc77/AddLink/issues">
<svg class="octicon octicon-issue-opened UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z"></path></svg>
<span data-content="Issues">Issues</span>
<span title="2" class="Counter ">2</span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="pull-requests-tab" data-hotkey="g p" data-ga-click="Repository, Navigation click, Pull requests tab" data-selected-links="repo_pulls checks /dragonmc77/AddLink/pulls" href="/dragonmc77/AddLink/pulls">
<svg class="octicon octicon-git-pull-request UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.177 3.073L9.573.677A.25.25 0 0110 .854v4.792a.25.25 0 01-.427.177L7.177 3.427a.25.25 0 010-.354zM3.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122v5.256a2.251 2.251 0 11-1.5 0V5.372A2.25 2.25 0 011.5 3.25zM11 2.5h-1V4h1a1 1 0 011 1v5.628a2.251 2.251 0 101.5 0V5A2.5 2.5 0 0011 2.5zm1 10.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.75 12a.75.75 0 100 1.5.75.75 0 000-1.5z"></path></svg>
<span data-content="Pull requests">Pull requests</span>
<span title="0" hidden="hidden" class="Counter ">0</span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="actions-tab" data-hotkey="g a" data-ga-click="Repository, Navigation click, Actions tab" data-selected-links="repo_actions /dragonmc77/AddLink/actions" href="/dragonmc77/AddLink/actions">
<svg class="octicon octicon-play UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM6.379 5.227A.25.25 0 006 5.442v5.117a.25.25 0 00.379.214l4.264-2.559a.25.25 0 000-.428L6.379 5.227z"></path></svg>
<span data-content="Actions">Actions</span>
<span title="Not available" class="Counter "></span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="projects-tab" data-hotkey="g b" data-ga-click="Repository, Navigation click, Projects tab" data-selected-links="repo_projects new_repo_project repo_project /dragonmc77/AddLink/projects" href="/dragonmc77/AddLink/projects">
<svg class="octicon octicon-project UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path></svg>
<span data-content="Projects">Projects</span>
<span title="0" hidden="hidden" class="Counter ">0</span>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="security-tab" data-hotkey="g s" data-ga-click="Repository, Navigation click, Security tab" data-selected-links="security overview alerts policy token_scanning code_scanning /dragonmc77/AddLink/security" href="/dragonmc77/AddLink/security">
<svg class="octicon octicon-shield UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.467.133a1.75 1.75 0 011.066 0l5.25 1.68A1.75 1.75 0 0115 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.7 1.7 0 01-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 011.217-1.667l5.25-1.68zm.61 1.429a.25.25 0 00-.153 0l-5.25 1.68a.25.25 0 00-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.2.2 0 00.154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.25.25 0 00-.174-.237l-5.25-1.68zM9 10.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.75a.75.75 0 10-1.5 0v3a.75.75 0 001.5 0v-3z"></path></svg>
<span data-content="Security">Security</span>
<include-fragment src="/dragonmc77/AddLink/security/overall-count" accept="text/fragment+html"></include-fragment>
</a> </li>
<li class="d-flex">
<a class="js-selected-navigation-item UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item" data-tab-item="insights-tab" data-ga-click="Repository, Navigation click, Insights tab" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people /dragonmc77/AddLink/pulse" href="/dragonmc77/AddLink/pulse">
<svg class="octicon octicon-graph UnderlineNav-octicon d-none d-sm-inline" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.5 1.75a.75.75 0 00-1.5 0v12.5c0 .414.336.75.75.75h14.5a.75.75 0 000-1.5H1.5V1.75zm14.28 2.53a.75.75 0 00-1.06-1.06L10 7.94 7.53 5.47a.75.75 0 00-1.06 0L3.22 8.72a.75.75 0 001.06 1.06L7 7.06l2.47 2.47a.75.75 0 001.06 0l5.25-5.25z"></path></svg>
<span data-content="Insights">Insights</span>
<span title="Not available" class="Counter "></span>
</a> </li>

</ul> <div class="position-absolute right-0 pr-3 pr-md-4 pr-lg-5 js-responsive-underlinenav-overflow" style="visibility:hidden;">
<details class="details-overlay details-reset position-relative">
<summary role="button">
<div class="UnderlineNav-item mr-0 border-0">
<svg class="octicon octicon-kebab-horizontal" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path></svg>
<span class="sr-only">More</span>
</div>
</summary> <div>
<details-menu role="menu" class="dropdown-menu dropdown-menu-sw ">

<ul>
<li data-menu-item="code-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink" href="/dragonmc77/AddLink">
Code
</a> </li>
<li data-menu-item="issues-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/issues" href="/dragonmc77/AddLink/issues">
Issues
</a> </li>
<li data-menu-item="pull-requests-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/pulls" href="/dragonmc77/AddLink/pulls">
Pull requests
</a> </li>
<li data-menu-item="actions-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/actions" href="/dragonmc77/AddLink/actions">
Actions
</a> </li>
<li data-menu-item="projects-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/projects" href="/dragonmc77/AddLink/projects">
Projects
</a> </li>
<li data-menu-item="security-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/security" href="/dragonmc77/AddLink/security">
Security
</a> </li>
<li data-menu-item="insights-tab" hidden>
<a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links=" /dragonmc77/AddLink/pulse" href="/dragonmc77/AddLink/pulse">
Insights
</a> </li>
</ul>

</details-menu>
</div></details> </div>

</nav>
</div>


<div class="container-xl clearfix new-discussion-timeline px-3 px-md-4 px-lg-5">
<div class="repository-content " >






<a class="d-none js-permalink-shortcut" data-hotkey="y" href="/dragonmc77/AddLink/blob/d8b0941b95dc0c9e248c852d41d685291b3208ec/extension.yaml">Permalink</a>

<!-- blob contrib key: blob_contributors:v22:e7c92c9b53f35d7383aa6c244e5aca4bac2ef2f55bb0614656ad9649c5718d6f -->
<signup-prompt class="signup-prompt-bg rounded-1" data-prompt="signup" hidden>
<div class="signup-prompt p-4 text-center mb-4 rounded-1">
<div class="position-relative">
<button
type="button"
class="position-absolute top-0 right-0 btn-link link-gray"
data-action="clickConfusedignup-prompt#dismiss"
data-ga-click="(Logged out) Sign up prompt, clicked Dismiss, text:dismiss"
>
Dismiss
</button>
<h3 class="pt-2">Join GitHub today</h3>
<p class="col-6 mx-auto">GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.</p>
<a class="btn btn-primary" data-ga-click="(Logged out) Sign up prompt, clicked Sign up, textConfusedign-up" data-hydro-click="{&quot;event_type&quot;:&quot;authentication.click&quot;,&quot;payload&quot;:{&quot;location_in_page&quot;:&quot;files signup prompt&quot;,&quot;repository_id&quot;:null,&quot;auth_type&quot;:&quot;SIGN_UP&quot;,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="1e3e66d700fa1a4989d42a4b29b3f8492207343a07fc32c841016d0b7ff0e6b4" href="/join?source=prompt-blob-show&amp;source_repo=dragonmc77%2FAddLink">Sign up</a>
</div>
</div>
</signup-prompt>


<div class="d-flex flex-items-start flex-shrink-0 pb-3 flex-wrap flex-md-nowrap flex-justify-between flex-md-justify-start">

<div class="position-relative">
<details class="details-reset details-overlay mr-0 mb-0 " id="branch-select-menu">
<summary class="btn css-truncate"
data-hotkey="w"
title="Switch branches or tags">
<svg class="octicon octicon-git-branch text-gray" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122V6A2.5 2.5 0 0110 8.5H6a1 1 0 00-1 1v1.128a2.251 2.251 0 11-1.5 0V5.372a2.25 2.25 0 111.5 0v1.836A2.492 2.492 0 016 7h4a1 1 0 001-1v-.628A2.25 2.25 0 019.5 3.25zM4.25 12a.75.75 0 100 1.5.75.75 0 000-1.5zM3.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z"></path></svg>
<span class="css-truncate-target" data-menu-button>master</span>
<span class="dropdown-caret"></span>
</summary>

<details-menu class="SelectMenu SelectMenu--hasFilter" src="/dragonmc77/AddLink/refs/master/extension.yaml?source_action=show&amp;source_controller=blob" preload>
<div class="SelectMenu-modal">
<include-fragment class="SelectMenu-loading" aria-label="Menu is loading">
<svg class="octicon octicon-octoface anim-pulse" height="32" viewBox="0 0 24 24" version="1.1" width="32" aria-hidden="true"><path d="M7.75 11c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 102.5 0v-1.5C9 11.56 8.44 11 7.75 11zm1.27 4.5a.469.469 0 01.48-.5h5a.47.47 0 01.48.5c-.116 1.316-.759 2.5-2.98 2.5s-2.864-1.184-2.98-2.5zm7.23-4.5c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 102.5 0v-1.5c0-.69-.56-1.25-1.25-1.25z"></path><path fill-rule="evenodd" d="M21.255 3.82a1.725 1.725 0 00-2.141-1.195c-.557.16-1.406.44-2.264.866-.78.386-1.647.93-2.293 1.677A18.442 18.442 0 0012 5c-.93 0-1.784.059-2.569.17-.645-.74-1.505-1.28-2.28-1.664a13.876 13.876 0 00-2.265-.866 1.725 1.725 0 00-2.141 1.196 23.645 23.645 0 00-.69 3.292c-.125.97-.191 2.07-.066 3.112C1.254 11.882 1 13.734 1 15.527 1 19.915 3.13 23 12 23c8.87 0 11-3.053 11-7.473 0-1.794-.255-3.647-.99-5.29.127-1.046.06-2.15-.066-3.125a23.652 23.652 0 00-.689-3.292zM20.5 14c.5 3.5-1.5 6.5-8.5 6.5s-9-3-8.5-6.5c.583-4 3-6 8.5-6s7.928 2 8.5 6z"></path></svg>
</include-fragment>
</div>
</details-menu>
</details>

</div>

<h2 id="blob-path" class="breadcrumb flex-auto min-width-0 text-normal mx-0 mx-md-3 width-full width-md-auto flex-order-1 flex-md-order-none mt-3 mt-md-0">
<span class="js-repo-root text-bold"><span class="js-path-segment d-inline-block wb-break-all"><a data-pjax="true" href="/dragonmc77/AddLink"><span>AddLink</span></a></span></span><span class="separator">/</span><strong class="final-path">extension.yaml</strong>
</h2>
<a href="/dragonmc77/AddLink/find/master"
class="js-pjax-capture-input btn mr-2 d-none d-md-block"
data-pjax
data-hotkey="t">
Go to file
</a>

<details id="blob-more-options-details" class="details-overlay details-reset position-relative">
<summary role="button">
<svg aria-label="More options" class="octicon octicon-kebab-horizontal" height="16" viewBox="0 0 16 16" version="1.1" width="16" role="img"><path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path></svg>
</summary> <div>
<ul class="dropdown-menu dropdown-menu-sw">
<li class="d-block d-md-none">
<a class="dropdown-item d-flex flex-items-baseline" data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;FIND_FILE_BUTTON&quot;,&quot;repository_id&quot;:200584126,&quot;originating_url&quot;:&quot;https://github.com/dragonmc77/AddLink/blob/master/extension.yaml&quot;,&quot;user_id&quot;:null}}" data-hydro-click-hmac="eacf3f62eaa39c27feb1499cbb49c875f3c5cc25fa28017ce614f641a990e600" data-ga-click="Repository, find file, location:repo overview" data-hotkey="t" data-pjax="true" href="/dragonmc77/AddLink/find/master">
<span class="flex-auto">Go to file</span>
<span class="text-small text-gray" aria-hidden="true">T</span>
</a> </li>
<li data-toggle-for="blob-more-options-details">
<button type="button" data-toggle-for="jumpto-line-details-dialog" class="btn-link dropdown-item">
<span class="d-flex flex-items-baseline">
<span class="flex-auto">Go to line</span>
<span class="text-small text-gray" aria-hidden="true">L</span>
</span>
</button>
</li>
<li class="dropdown-divider" role="none"></li>
<li>
<clipboard-copy value="extension.yaml" class="dropdown-item cursor-pointer" data-toggle-for="blob-more-options-details">
Copy path
</clipboard-copy>
</li>
</ul>
</div></details> </div>



<div class="Box d-flex flex-column flex-shrink-0 mb-3">
<include-fragment src="/dragonmc77/AddLink/contributors/master/extension.yaml" class="commit-loader">
<div class="Box-header Box-header--blue d-flex flex-items-center">
<div class="Skeleton avatar avatar-user flex-shrink-0 ml-n1 mr-n1 mt-n1 mb-n1" style="width:24px;height:24px;"></div>
<div class="Skeleton Skeleton--text col-5 ml-2">&nbsp;</div>
</div>

<div class="Box-body d-flex flex-items-center" >
<div class="Skeleton Skeleton--text col-1">&nbsp;</div>
<span class="text-red h6 loader-error">Cannot retrieve contributors at this time</span>
</div>
</include-fragment> </div>






<div class="Box mt-3 position-relative
">

<div class="Box-header py-2 d-flex flex-column flex-shrink-0 flex-md-row flex-md-items-center">
<div class="text-mono f6 flex-auto pr-3 flex-order-2 flex-md-order-1 mt-2 mt-md-0">

14 lines (14 sloc)
<span class="file-info-divider"></span>
387 Bytes
</div>

<div class="d-flex py-1 py-md-0 flex-auto flex-order-1 flex-md-order-2 flex-sm-grow-0 flex-justify-between">

<div class="BtnGroup">
<a href="/dragonmc77/AddLink/raw/master/extension.yaml" id="raw-url" role="button" class="btn btn-sm BtnGroup-item ">Raw</a>
<a href="/dragonmc77/AddLink/blame/master/extension.yaml" data-hotkey="b" role="button" class="btn js-update-url-with-hash btn-sm BtnGroup-item ">Blame</a>
</div>

<div>
<a class="btn-octicon tooltipped tooltipped-nw js-remove-unless-platform"
data-platforms="windows,mac"
href="https://desktop.github.com"
aria-label="Open this file in GitHub Desktop"
data-ga-click="Repository, open with desktop">
<svg class="octicon octicon-device-desktop" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.75 2.5h12.5a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25zM14.25 1H1.75A1.75 1.75 0 000 2.75v7.5C0 11.216.784 12 1.75 12h3.727c-.1 1.041-.52 1.872-1.292 2.757A.75.75 0 004.75 16h6.5a.75.75 0 00.565-1.243c-.772-.885-1.193-1.716-1.292-2.757h3.727A1.75 1.75 0 0016 10.25v-7.5A1.75 1.75 0 0014.25 1zM9.018 12H6.982a5.72 5.72 0 01-.765 2.5h3.566a5.72 5.72 0 01-.765-2.5z"></path></svg>
</a>

<a href="/login?return_to=%2Fdragonmc77%2FAddLink%2Fblob%2Fmaster%2Fextension.yaml" class="btn-octicon disabled tooltipped tooltipped-nw"
aria-label="You must be signed in to make or propose changes">
<svg class="octicon octicon-pencil" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path></svg>
</a>
<a href="/login?return_to=%2Fdragonmc77%2FAddLink%2Fblob%2Fmaster%2Fextension.yaml" class="btn-octicon btn-octicon-danger disabled tooltipped tooltipped-nw"
aria-label="You must be signed in to make or propose changes">
<svg class="octicon octicon-trashcan" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M6.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25V3h-3V1.75zm4.5 0V3h2.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75zM4.496 6.675a.75.75 0 10-1.492.15l.66 6.6A1.75 1.75 0 005.405 15h5.19c.9 0 1.652-.681 1.741-1.576l.66-6.6a.75.75 0 00-1.492-.149l-.66 6.6a.25.25 0 01-.249.225h-5.19a.25.25 0 01-.249-.225l-.66-6.6z"></path></svg>
</a>
</div>
</div>
</div>



<div itemprop="text" class="Box-body p-0 blob-wrapper data type-yaml gist-border-0">

<table class="highlight tab-size js-file-line-container" data-tab-size="8" data-paste-markdown-skip>
<tr>
<td id="L1" class="blob-num js-line-number" data-line-number="1"></td>
<td id="LC1" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Name</span>: <span class="pl-s">Add Link</span></td>
</tr>
<tr>
<td id="L2" class="blob-num js-line-number" data-line-number="2"></td>
<td id="LC2" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Author</span>: <span class="pl-s">dragonmc</span></td>
</tr>
<tr>
<td id="L3" class="blob-num js-line-number" data-line-number="3"></td>
<td id="LC3" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Version</span>: <span class="pl-c1">1.0</span></td>
</tr>
<tr>
<td id="L4" class="blob-num js-line-number" data-line-number="4"></td>
<td id="LC4" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Module</span>: <span class="pl-s">AddLink.ps1</span></td>
</tr>
<tr>
<td id="L5" class="blob-num js-line-number" data-line-number="5"></td>
<td id="LC5" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Type</span>: <span class="pl-s">Script</span></td>
</tr>
<tr>
<td id="L6" class="blob-num js-line-number" data-line-number="6"></td>
<td id="LC6" class="blob-code blob-code-inner js-file-line"><span class="pl-ent">Functions</span>: </td>
</tr>
<tr>
<td id="L7" class="blob-num js-line-number" data-line-number="7"></td>
<td id="LC7" class="blob-code blob-code-inner js-file-line"> - <span class="pl-ent">Description</span>: <span class="pl-s">Add Link MetaCritic</span></td>
</tr>
<tr>
<td id="L8" class="blob-num js-line-number" data-line-number="8"></td>
<td id="LC8" class="blob-code blob-code-inner js-file-line"> <span class="pl-ent">FunctionName</span>: <span class="pl-s">AddLinkMetaCritic</span></td>
</tr>
<tr>
<td id="L9" class="blob-num js-line-number" data-line-number="9"></td>
<td id="LC9" class="blob-code blob-code-inner js-file-line"> - <span class="pl-ent">Description</span>: <span class="pl-s">Add Link IGDB</span></td>
</tr>
<tr>
<td id="L10" class="blob-num js-line-number" data-line-number="10"></td>
<td id="LC10" class="blob-code blob-code-inner js-file-line"> <span class="pl-ent">FunctionName</span>: <span class="pl-s">AddLinkIGDB</span></td>
</tr>
<tr>
<td id="L11" class="blob-num js-line-number" data-line-number="11"></td>
<td id="LC11" class="blob-code blob-code-inner js-file-line"> - <span class="pl-ent">Description</span>: <span class="pl-s">Add Link GamesDatabase</span></td>
</tr>
<tr>
<td id="L12" class="blob-num js-line-number" data-line-number="12"></td>
<td id="LC12" class="blob-code blob-code-inner js-file-line"> <span class="pl-ent">FunctionName</span>: <span class="pl-s">AddLinkGamesDatabase</span></td>
</tr>
<tr>
<td id="L13" class="blob-num js-line-number" data-line-number="13"></td>
<td id="LC13" class="blob-code blob-code-inner js-file-line"> - <span class="pl-ent">Description</span>: <span class="pl-s">Fix IGDB</span></td>
</tr>
<tr>
<td id="L14" class="blob-num js-line-number" data-line-number="14"></td>
<td id="LC14" class="blob-code blob-code-inner js-file-line"> <span class="pl-ent">FunctionName</span>: <span class="pl-s">FixLinkIGDB</span></td>
</tr>
</table>

<details class="details-reset details-overlay BlobToolbar position-absolute js-file-line-actions dropdown d-none" aria-hidden="true">
<summary class="btn-octicon ml-0 px-2 p-0 bg-white border border-gray-dark rounded-1" aria-label="Inline file action toolbar">
<svg class="octicon octicon-kebab-horizontal" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path></svg>
</summary>
<details-menu>
<ul class="BlobToolbar-dropdown dropdown-menu dropdown-menu-se mt-2" style="width:185px">
<li>
<clipboard-copy role="menuitem" class="dropdown-item" id="js-copy-lines" style="cursor:pointer;">
Copy lines
</clipboard-copy>
</li>
<li>
<clipboard-copy role="menuitem" class="dropdown-item" id="js-copy-permalink" style="cursor:pointer;">
Copy permalink
</clipboard-copy>
</li>
<li><a class="dropdown-item js-update-url-with-hash" id="js-view-git-blame" role="menuitem" href="/dragonmc77/AddLink/blame/d8b0941b95dc0c9e248c852d41d685291b3208ec/extension.yaml">View git blame</a></li>
<li><a class="dropdown-item" id="js-new-issue" role="menuitem" href="/dragonmc77/AddLink/issues/new">Reference in new issue</a></li>
</ul>
</details-menu>
</details>

</div>

</div>




<details class="details-reset details-overlay details-overlay-dark" id="jumpto-line-details-dialog">
<summary data-hotkey="l" aria-label="Jump to line"></summary>
<details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast linejump" aria-label="Jump to line">
<!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-jump-to-line-form Box-body d-flex" action="" accept-charset="UTF-8" method="get">
<input class="form-control flex-auto mr-3 linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line&hellip;" aria-label="Jump to line" autofocus>
<button type="submit" class="btn" data-close-dialog>Go</button>
</form> </details-dialog>
</details>




</div>
</div>

</main>
</div>

</div>


<div class="footer container-xl width-full p-responsive" role="contentinfo">
<div class="position-relative d-flex flex-row-reverse flex-lg-row flex-wrap flex-lg-nowrap flex-justify-center flex-lg-justify-between flex-sm-items-center pt-6 pb-2 mt-6 f6 text-gray border-top border-gray-light ">
<a aria-label="Homepage" title="GitHub" class="footer-octicon d-none d-lg-block mr-lg-4" href="https://github.com">
<svg height="24" class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" width="24" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
</a>
<ul class="list-style-none d-flex flex-wrap col-12 flex-justify-center flex-lg-justify-between mb-2 mb-lg-0">
<li class="mr-3 mr-lg-0">&copy; 2020 GitHub, Inc.</li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to terms, text:terms" href="https://github.com/site/terms">Terms</a></li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to privacy, text:privacy" href="https://github.com/site/privacy">Privacy</a></li>
<li class="js-cookie-consent-preferences-link-container mr-3 mr-lg-0" hidden="hidden">
<button data-ga-click="Footer, go to cookie preferences, text:cookie preferences" class="btn-link js-cookie-consent-preferences-link" type="button">Cookie Preferences</button>
</li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to security, textConfusedecurity" href="https://github.com/security">Security</a></li>
<li class="mr-3 mr-lg-0"><a href="https://githubstatus.com/" data-ga-click="Footer, go to status, textConfusedtatus">Status</a></li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to help, text:help" href="https://docs.github.com">Help</a></li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to contact, text:contact" href="https://github.com/contact">Contact GitHub</a></li>
<li class="mr-3 mr-lg-0"><a href="https://github.com/pricing" data-ga-click="Footer, go to Pricing, textTonguericing">Pricing</a></li>
<li class="mr-3 mr-lg-0"><a href="https://docs.github.com" data-ga-click="Footer, go to api, text:api">API</a></li>
<li class="mr-3 mr-lg-0"><a href="https://services.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li>
<li class="mr-3 mr-lg-0"><a href="https://github.blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li>
<li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
</ul>
</div>
<div class="d-flex flex-justify-center pb-6">
<span class="f6 text-gray-light"></span>
</div>
</div>



<div id="ajax-error-message" class="ajax-error-message flash flash-error">
<svg class="octicon octicon-alert" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path></svg>
<button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
<svg class="octicon octicon-x" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path></svg>
</button>
You can’t perform that action at this time.
</div>


<div class="js-stale-session-flash flash flash-warn flash-banner" hidden
>
<svg class="octicon octicon-alert" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path></svg>
<span class="js-stale-session-flash-signed-in" hidden>You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
<span class="js-stale-session-flash-signed-out" hidden>You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
</div>
<template id="site-details-dialog">
<details class="details-reset details-overlay details-overlay-dark lh-default text-gray-dark hx_rsm" open>
<summary role="button" aria-label="Close dialog"></summary>
<details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
<button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
<svg class="octicon octicon-x" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path></svg>
</button>
<div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
</details-dialog>
</details>
</template>

<div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
<div class="Popover-message Popover-message--bottom-left Popover-message--large Box box-shadow-large" style="width:360px;">
</div>
</div>

<div class="js-cookie-consent-banner" hidden>
<div class="hx_cookie-banner p-2 p-sm-3 p-md-4">
<div style="max-width: 1194px;" class="Box hx_cookie-banner-box box-shadow-medium mx-auto">
<div class="Box-body border-0 py-0 px-3 px-md-4">
<div class="js-main-cookie-banner hx_cookie-banner-main">
<div class="d-md-flex flex-items-center py-3">
<p class="f5 flex-1 mb-3 mb-md-0">

We use <span class="text-bold">optional</span> third-party analytics cookies to understand how you use GitHub.com so we can build better products.

<span class="btn-link js-cookie-consent-learn-more">Learn more</span>.
</p>
<div class="d-flex d-md-block flex-wrap flex-sm-nowrap">
<button class="btn btn-outline flex-1 mr-1 mx-sm-1 m-md-0 ml-md-2 js-cookie-consent-accept">Accept</button>
<button class="btn btn-outline flex-1 ml-1 m-md-0 ml-md-2 js-cookie-consent-reject">Reject</button>
</div>
</div>
</div>

<div class="js-cookie-details hx_cookie-banner-details" hidden>
<div class="d-md-flex flex-items-center py-3">
<p class="f5 flex-1 mb-2 mb-md-0">

We use <span class="text-bold">optional</span> third-party analytics cookies to understand how you use GitHub.com so we can build better products.

<br>
You can always update your selection by clicking <span class="text-bold">Cookie Preferences</span> at the bottom of the page.
For more information, see our <a href="https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-privacy-statement">Privacy Statement</a>.
</p>
</div>

<div class="d-md-flex flex-items-center py-3 border-top">
<div class="f5 flex-1 mb-2 mb-md-0">
<h5 class="mb-1">Essential cookies</h5>
<p class="f6 mb-md-0">We use essential cookies to perform essential website functions, e.g. they're used to log you in.
<a href="https://docs.github.com/en/github/site-policy/github-subprocessors-and-cookies">Learn more</a>
</p>
</div>
<div class="text-right">
<h5 class="text-blue">Always active</h5>
</div>
</div>

<div class="d-md-flex flex-items-center py-3 border-top">
<div class="f5 flex-1 mb-2 mb-md-0">
<h5 class="mb-1">Analytics cookies</h5>
<p class="f6 mb-md-0">We use analytics cookies to understand how you use our websites so we can make them better, e.g. they're used to gather information about the pages you visit and how many clicks you need to accomplish a task.
<a href="https://docs.github.com/en/github/site-policy/github-subprocessors-and-cookies">Learn more</a>
</p>
</div>
<div class="text-right">
<div class="BtnGroup mt-1 mt-md-0 ml-2">
<button class="btn btn-outline BtnGroup-item js-accept-analytics-cookies" type="button">Accept</button>
<button class="btn btn-outline BtnGroup-item js-reject-analytics-cookies" type="button">Reject</button>
</div>
</div>
</div>

<div class="text-right py-3 border-top">
<button class="btn btn-primary js-save-cookie-preferences" type="button" disabled>Save preferences</button>
</div>
</div>
</div></div> </div>
</div>


</body>
</html>


11-11 18:27:09.594|ERROR|ExtensionInstaller:Failed to install extension C:\Users\mdove\Downloads\Playnite Downloads\IsThereAnyDeal_1_1.pext
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.Common.Serialization.FromYaml[T](String yaml) in E:\Devel\Playnite\source\Playnite.Common\Serialization.cs:line 96
at Playnite.Plugins.ExtensionInstaller.GetManifestFromDir(String extDir) in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 234
at Playnite.Plugins.ExtensionInstaller.InstallPackedFile[T](String path, String nanifestFileName, String rootDir, Func`2 newMan) in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 157
at Playnite.Plugins.ExtensionInstaller.InstallPackedExtension(String path) in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 191
at Playnite.Plugins.ExtensionInstaller.InstallExtensionQueue() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 72
11-11 18:27:09.594|ERROR|PlayniteApplication:Failed to finish installing extenions.
System.Exception: Failed to install or uninstall one or more extensions.
at Playnite.Plugins.ExtensionInstaller.InstallExtensionQueue() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionInstaller.cs:line 118
at Playnite.PlayniteApplication..ctor(Application nativeApp, ApplicationMode mode, String defaultThemeName, CmdLineOptions cmdLine) in E:\Devel\Playnite\source\Playnite\App\PlayniteApplication.cs:line 155
11-11 18:27:10.525|INFO|PlayniteApplication:Application started from 'C:\Users\mdove\AppData\Local\Playnite', with '--nolibupdate' arguments.
11-11 18:27:11.038|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:27:11.109|INFO|ExtensionFactory:Loaded plugin: DuplicateHider, version 2.2.3
11-11 18:27:11.540|INFO|CheckVersionTongueluginCommon - GameActivity - Find v1.1.1 - Actual v1.1.1
11-11 18:27:11.540|INFO|ExtensionFactory:Loaded plugin: GameActivity, version 1.1.1
11-11 18:27:11.540|INFO|GameActivityCollection:GameActivity - Load database - 00:00.00
11-11 18:27:11.844|INFO|CheckVersionTongueluginCommon - HowLongToBeat - Find v1.1 - Actual v1.1
11-11 18:27:11.844|INFO|ExtensionFactory:Loaded plugin: HowLongToBeat, version 1.1
11-11 18:27:12.608|INFO|CheckVersionTongueluginCommon - SuccessStory - Find v1.1.1 - Actual v1.1.1
11-11 18:27:12.608|INFO|ExtensionFactory:Loaded plugin: SuccessStory, version 1.1.1
11-11 18:27:12.608|INFO|AchievementsDatabase:SuccessStory - e7e7ea40-5a07-4002-86c9-c3c3af55dc9a is null
11-11 18:27:12.861|INFO|CheckVersionTongueluginCommon - SystemChecker - Find v1.1 - Actual v1.1
11-11 18:27:12.861|INFO|ExtensionFactory:Loaded plugin: SystemChecker, version 1.1
11-11 18:27:13.115|INFO|CheckVersionTongueluginCommon - ThemeModifier - Find v1.1 - Actual v1.1
11-11 18:27:13.151|DEBUG|ThemeClass:ThemeModifier - el: {"DetailOverviewFullScroll":"Enable Detail Game Overview Full Scroll"}
11-11 18:27:13.158|DEBUG|ThemeClass:ThemeModifier - el: {"GridOverviewFullScroll":"Enable Grid Game Overview Full Scroll"}
11-11 18:27:13.158|DEBUG|ThemeClass:ThemeModifier - el: {"GridTitleVisibility":"Grid Title Visibility"}
11-11 18:27:13.158|DEBUG|ThemeClass:ThemeModifier - el: {"GridTitleVerticalAlignment":"Grid Title Vertical Alignment"}
11-11 18:27:13.158|DEBUG|ThemeClass:ThemeModifier - el: {"GridTitleHorizontalAlignment":"Grid Title Horizontal Alignment"}
11-11 18:27:13.158|DEBUG|ThemeClass:ThemeModifier - el: {"DetailTitleVisibility":"Detail Title Visibility"}
11-11 18:27:13.158|DEBUG|ThemeClass:ThemeModifier - el: {"DetailTitleVerticalAlignment":"Detail Title Vertical Alignment"}
11-11 18:27:13.158|DEBUG|ThemeClass:ThemeModifier - el: {"DetailTitleHorizontalAlignment":"Detail Title Horizontal Alignment"}
11-11 18:27:13.158|DEBUG|ThemeClass:ThemeModifier - el: {"GameDetailsVisibility":"Game Details Visibility"}
11-11 18:27:13.158|DEBUG|ThemeClass:ThemeModifier - el: {"GameGridItemtBrush":"Darkened effect for Grid View Items"}
11-11 18:27:13.170|DEBUG|ThemeClass:ThemeModifier - el: {"GridInfoVisibility":"Grid Item Information Visibility"}
11-11 18:27:13.170|DEBUG|ThemeClass:ThemeModifier - el: {"HorizontalBannerVisibility":"Grid Item Horizontal Banner Visibility"}
11-11 18:27:13.170|DEBUG|ThemeClass:ThemeModifier - el: {"VerticalBannerVisibility":"Grid Item Vertical Banner Visibility"}
11-11 18:27:13.170|DEBUG|ThemeClass:ThemeModifier - el: {"IconBannerVisibility":"Platform Icon Visibility to replace Text Banner"}
11-11 18:27:13.170|DEBUG|ThemeClass:ThemeModifier - el: {"UseStoreBanners":"Use Store Banners instead of icons"}
11-11 18:27:13.170|DEBUG|ThemeClass:ThemeModifier - el: {"DetailPanelOpacity":"Detaills Panels Opacity"}
11-11 18:27:13.170|DEBUG|ThemeClass:ThemeModifier - el: {"DetailPanelLessOpacity":"Links Panel Opacity"}
11-11 18:27:13.170|DEBUG|ThemeClass:ThemeModifier - el: {"HtmlTextColor":"Game Description HTML Text Color"}
11-11 18:27:13.170|DEBUG|ThemeClass:ThemeModifier - el: {"HtmlLinkColor":"Game Description HTML Links Color"}
11-11 18:27:13.170|INFO|ThemeClass:ThemeModifier - No ThemeActualConstants find for eMixedNite_d3544fdb-be37-4677-b317-7d747adc6b8e & eMixedNite
11-11 18:27:13.170|INFO|ExtensionFactory:Loaded plugin: ThemeModifier, version 1.1
11-11 18:27:13.229|INFO|ExtensionFactory:Loaded plugin: Epic Store Library Importer, version 1.0
11-11 18:27:13.239|INFO|ExtensionFactory:Loaded plugin: GOG Library Importer, version 1.0
11-11 18:27:13.251|INFO|ExtensionFactory:Loaded plugin: IGDB metadata provider, version 1.0
11-11 18:27:13.288|INFO|ExtensionFactory:Loaded plugin: itch.io Library Importer, version 1.0
11-11 18:27:13.319|INFO|ExtensionFactory:Loaded plugin: Steam Library Importer, version 1.0
11-11 18:27:13.331|INFO|ExtensionFactory:Loaded plugin: Xbox Library Importer, version 1.0
11-11 18:27:13.352|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
11-11 18:27:14.408|INFO|ExtensionFactory:Loaded script extension: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\Game_Region_Filler\GameRegionFiller.ps1, version 1.0.1
11-11 18:27:14.506|INFO|ExtensionFactory:Loaded script extension: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\Steam_Date_Importer\SteamDateImporter.ps1, version 1.0.4
11-11 18:27:14.572|INFO|ExtensionFactory:Loaded script extension: C:\Users\mdove\AppData\Local\Playnite\Extensions\LibraryExporter\LibraryExporter.ps1, version 1.0
11-11 18:27:15.438|INFO|GameDatabase:Opening db C:\Users\mdove\AppData\Roaming\Playnite\library
11-11 18:27:17.266|DEBUG|ExecutionTimer:--- Timer 'DatabaseLoadCollections', 1821 ms to complete.
11-11 18:27:17.350|INFO|DatabaseStats:Completely recalculating database statistics...
11-11 18:27:18.231|INFO|PlayniteUiHelper:GameActivity - Add Header button
11-11 18:27:18.373|INFO|PlayniteUiHelper:SuccessStory - Add Header button
11-11 18:27:18.442|INFO|PlayniteApplication:Application 8.7.0.22392 started
11-11 18:27:18.802|WARN|PlayniteUiHelper:GameActivity - No data for Alpha Protocol
11-11 18:27:18.821|INFO|SystemApi:SystemChecker - Find from cache for Alpha Protocol
11-11 18:27:23.448|DEBUG|DownloaderBig Grinownloading string content from http://www.playnite.link/update/stable/info.json using System.Text.UTF8Encoding encoding.
11-11 18:29:53.766|DEBUG|SteamLibrary:Found 40 installed Steam games.
11-11 18:29:53.766|DEBUG|DownloaderBig Grinownloading string content from https://api.steampowered.com/IPlayerServ...free_sub=1 using System.Text.UTF8Encoding encoding.
11-11 18:29:55.824|DEBUG|SteamLibrary:Found 219 library Steam games.
11-11 18:29:59.705|ERROR|ExtensionFactory:Failed to parse plugin description: C:\Users\mdove\AppData\Roaming\Playnite\Extensions\AddLink\extension.yaml
YamlDotNet.Core.SyntaxErrorException: (Line: 147, Col: 34, Idx: 12156) - (Line: 147, Col: 34, Idx: 12156): Mapping values are not allowed in this context.
at YamlDotNet.Core.Scanner.FetchValue()
at YamlDotNet.Core.Scanner.FetchNextToken()
at YamlDotNet.Core.Scanner.FetchMoreTokens()
at YamlDotNet.Core.Scanner.MoveNextWithoutConsuming()
at YamlDotNet.Core.Parser.GetCurrentToken()
at YamlDotNet.Core.Parser.ParseDocumentEnd()
at YamlDotNet.Core.Parser.StateMachine()
at YamlDotNet.Core.Parser.MoveNext()
at YamlDotNet.Core.ParserExtensions.Allow[T](IParser parser)
at YamlDotNet.Serialization.NodeDeserializers.ScalarNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize(IParser parser, Type expectedType, Func`3 nestedObjectDeserializer, Object& value)
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer)
at YamlDotNet.Serialization.Deserializer.Deserialize(IParser parser, Type type)
at YamlDotNet.Serialization.Deserializer.Deserialize[T](String input)
at Playnite.API.ExtensionManifest.FromFile(String descriptorPath) in E:\Devel\Playnite\source\Playnite\API\ExtensionDescription.cs:line 92
at Playnite.Plugins.ExtensionFactory.GetExtensionDescriptors() in E:\Devel\Playnite\source\Playnite\Plugins\ExtensionFactory.cs:line 196
Lacro59
Offline

#31
11-12-2020, 07:41 AM
Your log indicates that there si a installation problem.
Do you use the pext file from GitHub?
If it's the cas, can you post your file used?
RabidLime
Offline

#32
11-12-2020, 03:26 PM
(11-09-2020, 08:01 AM)Lacro59 Wrote:
(11-09-2020, 04:29 AM)RabidLime Wrote: new version (1.1) gives me an error:

IsThereAnyDeal
An error occurred while retrieving the wishlist from Steam.
Try to identify yourself to your account.

i'm signed in, and this were showing up and notifying me just fine before the update. i updated all your other extensions as well. any idea what's going on?

edit: also tried uninstalling, deleting extension data, then reinstalling. still doesn't work.
Can you post your Palynite.log?

linked here. would paste it but it's massive
mdoverl
Offline

#33
11-12-2020, 05:13 PM
(11-12-2020, 07:41 AM)Lacro59 Wrote: Your log indicates that there si a installation problem.
Do you use the pext file from GitHub?
If it's the cas, can you post your file used?
Not sure if you're replying to me. Yes I used a PEXT file.
I got from the Github listed in this thread.



.pext   IsThereAnyDeal_1_1.pext (Size: 346.06 KB / Downloads: 210)
RabidLime
Offline

#34
11-16-2020, 04:11 PM
(11-12-2020, 03:26 PM)RabidLime Wrote:
(11-09-2020, 08:01 AM)Lacro59 Wrote:
(11-09-2020, 04:29 AM)RabidLime Wrote: new version (1.1) gives me an error:

IsThereAnyDeal
An error occurred while retrieving the wishlist from Steam.
Try to identify yourself to your account.

i'm signed in, and this were showing up and notifying me just fine before the update. i updated all your other extensions as well. any idea what's going on?

edit: also tried uninstalling, deleting extension data, then reinstalling. still doesn't work.
Can you post your Palynite.log?

linked here. would paste it but it's massive

bump
joyrider3774
Offline

#35
11-17-2020, 12:13 AM (This post was last modified: 11-17-2020, 12:15 AM by joyrider3774.)
rabidlime, try using private account with api key enabled as authentication in the library settings of steam (i'm talking about this .. https://playnite.link/forum/thread-275-p...ml#pid2506)

letting steam authenticate using that option has saved me from plenty of problems with plugins using steam
RabidLime
Offline

#36
11-22-2020, 04:20 PM
(11-17-2020, 12:13 AM)joyrider3774 Wrote: rabidlime, try using private account with api key enabled as authentication in the library settings of steam (i'm talking about this .. https://playnite.link/forum/thread-275-p...ml#pid2506)

letting steam authenticate using that option has saved me from plenty of problems with plugins using steam

have had that going the whole time. still doesn't work. am trying to completely purge the extension (data included) again... hoping that'll maybe help things along.
RabidLime
Offline

#37
11-29-2020, 07:23 AM
still cannot get this to work for the life of me. have Game Details set to Public, also have an API for a private account. it worked before and now it doesn't. only get the notification attached. incredibly frustrating.


Thumbnail(s)
   
Lacro59
Offline

#38
11-29-2020, 02:01 PM
I open a issue for it: https://github.com/Lacro59/playnite-isth.../issues/17
Lacro59
Offline

#39
12-11-2020, 02:59 PM
New release (v1.2):
  • Integration UI optimizations
  • Added new filter options
  • Resolved many issues with wish list
  • Rewrite database
  • Many optimizations
Lacro59
Offline

#40
12-13-2020, 08:23 PM
Warning!

Following a bad handling on my part, my plugin can create a crash.
To resolve this, go to the %AppData%\Extensions folder (or Playnite\Extensions if portable installation)
Delete all the folders of my extensions (starting with "playnite-").
Install the latest version.

Sincerely apologies for the inconvenience....
« Next Oldest | Next Newest »
Pages (4): « Previous 1 2 3 4 Next »



  • View a Printable Version
  • Subscribe to this thread

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode