DoK links

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

What is DoK links?

DoK links is a Chrome extension developed by coraythan, and its main feature is "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/".

Extension Screenshots

screenshot

Download DoK links Extension CRX File

Download DoK links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DoK links DoK links
ID boofejmacnjdodgncjiapdpclcngmjka
Official URL 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/
File Size 9.05 KB
Installation Count 100
Current Version 1.0
Last Updated 2021-04-25
Publish Date 2021-04-25
Developer coraythan
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}