DoK links
Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
Wat is DoK links?
DoK links is een Chrome-extensie ontwikkeld door coraythan, en de belangrijkste functie is "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/".
Extensie Screenshots
Download het CRX-bestand van de extensie DoK links
Download DoK links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension converts links to KeyForge decks from links to Master Vault, to links to the site Decks of KeyForge. For example, on The Crucible Online, this will convert the deck links to links to DoK, and also add a link to the two decks compared side by side.
Basisinformatie over de Extensie
Naam | DoK links |
ID | boofejmacnjdodgncjiapdpclcngmjka |
Officiële URL | https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka |
Beschrijving | Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/ |
Bestandsgrootte | 9.05 KB |
Aantal Installaties | 100 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-04-25 |
Publicatiedatum | 2021-04-25 |
Ontwikkelaar | coraythan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DoK links", "description": "Provides helpful links to https:\/\/decksofkeyforge.com. It currently adds deck links to the website https:\/\/thecrucible.online\/", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/thecrucible.online\/*" ], "js": [ "add-links.js" ] } ], "action": { "default_icon": { "16": "\/images\/dok-square-16.png", "32": "\/images\/dok-square-32.png", "48": "\/images\/dok-square-48.png", "128": "\/images\/dok-square-128.png" } }, "icons": { "16": "\/images\/dok-square-16.png", "32": "\/images\/dok-square-32.png", "48": "\/images\/dok-square-48.png", "128": "\/images\/dok-square-128.png" } } |