D2e Asset Viewer

Display Descent Second Edition Game Assets

Co je D2e Asset Viewer?

D2e Asset Viewer je rozšíření Chrome vyvinuté any2cards, a jeho hlavní funkcí je „Display Descent Second Edition Game Assets“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření D2e Asset Viewer

Stáhněte si soubory rozšíření D2e Asset Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 !!!                    

Základní Informace o Rozšíření

Název D2e Asset Viewer D2e Asset Viewer
ID eogijhlgecmaiggclkhhoffcechggfml
Oficiální URL https://chromewebstore.google.com/detail/d2e-asset-viewer/eogijhlgecmaiggclkhhoffcechggfml
Popis Display Descent Second Edition Game Assets
Velikost souboru 115 KB
Počet instalací 269
Aktuální Verze 5.1.1
Poslední Aktualizace 2023-12-11
Datum Vydání 2019-12-02
Hodnocení 4.94/5 Celkem 17 Hodnocení
Vývojář any2cards
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}