Worldhaven Asset Viewer

Display Worldhaven Game Assets

Worldhaven Asset Viewer là gì?

Worldhaven Asset Viewer là một tiện ích mở rộng Chrome được phát triển bởi any2cards, và tính năng chính của nó là "Display Worldhaven Game Assets".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Worldhaven Asset Viewer

Tải xuống các tệp mở rộng Worldhaven Asset Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Worldhaven Asset Viewer Worldhaven Asset Viewer
ID ajdomkjjfinhkpjhlgjhihheomoieoci
URL Chính Thức https://chromewebstore.google.com/detail/worldhaven-asset-viewer/ajdomkjjfinhkpjhlgjhihheomoieoci
Mô tả Display Worldhaven Game Assets
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 920
Phiên Bản Hiện Tại 2.5.2
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2021-11-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển any2cards
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}