DoK links

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

Was ist DoK links?

DoK links ist eine Chrome-Erweiterung, die von coraythan entwickelt wurde, und ihr Hauptmerkmal ist "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/".

Erweiterungsscreenshots

screenshot

DoK links-Erweiterungs-CRX-Datei herunterladen

Laden Sie DoK links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DoK links DoK links
ID boofejmacnjdodgncjiapdpclcngmjka
Offizielle URL https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka
Beschreibung Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
Dateigröße 9.05 KB
Installationsanzahl 100
Aktuelle Version 1.0
Letztes Update 2021-04-25
Veröffentlichungsdatum 2021-04-25
Entwickler coraythan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}