D2e Asset Viewer

Display Descent Second Edition Game Assets

Vad är D2e Asset Viewer?

D2e Asset Viewer är en Chrome-tillägg utvecklad av any2cards, och dess huvudfunktion är "Display Descent Second Edition Game Assets".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner D2e Asset Viewer-förlängningens CRX-fil

Ladda ner D2e Asset Viewer-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

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

Grundläggande Information om Tillägg

Namn D2e Asset Viewer D2e Asset Viewer
ID eogijhlgecmaiggclkhhoffcechggfml
Officiell webbadress https://chromewebstore.google.com/detail/d2e-asset-viewer/eogijhlgecmaiggclkhhoffcechggfml
Beskrivning Display Descent Second Edition Game Assets
Filstorlek 115 KB
Antal Installationer 269
Aktuell Version 5.1.1
Senast Uppdaterad 2023-12-11
Publiceringsdatum 2019-12-02
Betyg 4.94/5 Totalt 17 Betyg
Utvecklare any2cards
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}