DoK links

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

O que é DoK links?

DoK links é uma extensão do Chrome desenvolvida por coraythan, e sua principal característica é "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DoK links

Baixe arquivos de extensão DoK links no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DoK links DoK links
ID boofejmacnjdodgncjiapdpclcngmjka
URL Oficial https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka
Descrição Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
Tamanho do Arquivo 9.05 KB
Contagem de Instalações 100
Versão Atual 1.0
Última Atualização 2021-04-25
Data de Publicação 2021-04-25
Desenvolvedor coraythan
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}