Worldhaven Asset Viewer

Display Worldhaven Game Assets

Τι είναι το Worldhaven Asset Viewer;

Το Worldhaven Asset Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον any2cards, και η κύρια λειτουργία του είναι "Display Worldhaven Game Assets".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Worldhaven Asset Viewer

Λήψη αρχείων επέκτασης Worldhaven Asset Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension will underline, in red, key game assets from various "-haven" games on supported websites.  If you hover over those names with your mouse, while holding down the CTRL key, and image of the asset in question will automatically pop up. The CTRL key is required, as it prevents non-starting, unknown, secret/spoiler information from being viewed inadvertently.

This extension helps foster better community communications, as it allows you to see the asset being discussed on various forums; it addition, it facilitates PBF (play by forum).

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Worldhaven Asset Viewer Worldhaven Asset Viewer
ID ajdomkjjfinhkpjhlgjhihheomoieoci
Επίσημο URL https://chromewebstore.google.com/detail/worldhaven-asset-viewer/ajdomkjjfinhkpjhlgjhihheomoieoci
Περιγραφή Display Worldhaven Game Assets
Μέγεθος Αρχείου 106 KB
Αριθμός Εγκαταστάσεων 920
Τρέχουσα Έκδοση 2.5.2
Τελευταία Ενημέρωση 2023-12-11
Ημερομηνία Δημοσίευσης 2021-11-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής any2cards
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Worldhaven Asset Viewer",
    "description": "Display Worldhaven Game Assets",
    "version": "2.5.2",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.boardgamegeek.com\/*",
                "*:\/\/*.reddit.com\/r\/Gloomhaven\/*",
                "*:\/\/*.facebook.com\/groups\/646259685567420\/*",
                "*:\/\/any2cards.github.io\/worldhaven\/*"
            ],
            "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": "Worldhaven Asset Viewer Options",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    }
}