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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}