Worldhaven Asset Viewer

Display Worldhaven Game Assets

Worldhaven Asset Viewerとは何ですか?

Worldhaven Asset Viewerはany2cardsによって開発されたChromeの拡張機能で、その主な機能は「Display Worldhaven Game Assets」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Worldhaven Asset Viewer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    }
}