DoK links
Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
Qu'est-ce que DoK links ?
DoK links est une extension Chrome développée par coraythan, et sa fonction principale est "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DoK links
Téléchargez les fichiers d'extension DoK links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DoK links |
ID | boofejmacnjdodgncjiapdpclcngmjka |
URL Officiel | https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka |
Description | Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/ |
Taille du Fichier | 9.05 KB |
Nombre d'Installations | 100 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-04-25 |
Date de Publication | 2021-04-25 |
Développeur | coraythan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |