DoK links

Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/

Co je DoK links?

DoK links je rozšíření Chrome vyvinuté coraythan, a jeho hlavní funkcí je „Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DoK links

Stáhněte si soubory rozšíření DoK links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DoK links DoK links
ID boofejmacnjdodgncjiapdpclcngmjka
Oficiální URL https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka
Popis Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
Velikost souboru 9.05 KB
Počet instalací 100
Aktuální Verze 1.0
Poslední Aktualizace 2021-04-25
Datum Vydání 2021-04-25
Vývojář coraythan
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}