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
官方網址 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"
        }
    }
}