DoK links
Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
Cos'è DoK links?
DoK links è un'estensione di Chrome sviluppata da coraythan, e la sua funzione principale è "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DoK links
Scarica i file di estensione DoK links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DoK links |
ID | boofejmacnjdodgncjiapdpclcngmjka |
URL Ufficiale | https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka |
Descrizione | Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/ |
Dimensione del File | 9.05 KB |
Conteggio Installazioni | 100 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-04-25 |
Data di Pubblicazione | 2021-04-25 |
Sviluppatore | coraythan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |