DoK links

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

Vad är DoK links?

DoK links är en Chrome-tillägg utvecklad av coraythan, och dess huvudfunktion är "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/".

Tilläggsskärmbilder

screenshot

Ladda ner DoK links-förlängningens CRX-fil

Ladda ner DoK links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn DoK links DoK links
ID boofejmacnjdodgncjiapdpclcngmjka
Officiell webbadress https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka
Beskrivning Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
Filstorlek 9.05 KB
Antal Installationer 100
Aktuell Version 1.0
Senast Uppdaterad 2021-04-25
Publiceringsdatum 2021-04-25
Utvecklare coraythan
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}