D2e Asset Viewer

Display Descent Second Edition Game Assets

O que é D2e Asset Viewer?

D2e Asset Viewer é uma extensão do Chrome desenvolvida por any2cards, e sua principal característica é "Display Descent Second Edition Game Assets".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão D2e Asset Viewer

Baixe arquivos de extensão D2e Asset Viewer 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

                        When accessing the Descent Second Edition forum on various supported sites, key assets will be underlined in red.  If you hover over those names with your mouse, an image of the asset in question will automatically pop up.

Privacy Policy: This extension does NOT handle user data !!!                    

Informações Básicas da Extensão

Nome D2e Asset Viewer D2e Asset Viewer
ID eogijhlgecmaiggclkhhoffcechggfml
URL Oficial https://chromewebstore.google.com/detail/d2e-asset-viewer/eogijhlgecmaiggclkhhoffcechggfml
Descrição Display Descent Second Edition Game Assets
Tamanho do Arquivo 115 KB
Contagem de Instalações 269
Versão Atual 5.1.1
Última Atualização 2023-12-11
Data de Publicação 2019-12-02
Classificação 4.94/5 Total de 17 Avaliações
Desenvolvedor any2cards
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "D2e Asset Viewer",
    "description": "Display Descent Second Edition Game Assets",
    "version": "5.1.1",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fantasyflightgames.com\/*",
                "*:\/\/*.boardgamegeek.com\/*",
                "*:\/\/*.reddit.com\/r\/JourneysInTheDark\/*",
                "*:\/\/*.roll20.net\/*",
                "*:\/\/*.descent2e.fandom.com\/*",
                "*:\/\/*.descent-community.org\/*",
                "*:\/\/any2cards.github.io\/d2e\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/raw.githubusercontent.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "icon-32.png"
    },
    "action": {
        "default_title": "D2e Asset Viewer Options",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    }
}