Utopia Enhancer

Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.

Utopia Enhancer란 무엇입니까?

Utopia Enhancer은(는) Kris Engstrom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Utopia Enhancer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack calculator, science planner, target finder and more.                    

확장 프로그램 기본 정보

이름 Utopia Enhancer Utopia Enhancer
ID joimfhbpfchagboicdemmdnfdijceabl
공식 URL https://chromewebstore.google.com/detail/utopia-enhancer/joimfhbpfchagboicdemmdnfdijceabl
설명 Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.
파일 크기 70.85 KB
설치 횟수 406
현재 버전 3.4.2
최근 업데이트 2019-05-10
출시 날짜 2019-05-09
평점 4.89/5 총 18 개의 평점
개발자 Kris Engstrom
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Utopia Enhancer",
    "manifest_version": 2,
    "version": "3.4.2",
    "description": "Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.",
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/utopia-game.com\/wol\/game\/*",
                "*:\/\/utopia-game.com\/wol\/kingdom_forum\/*",
                "*:\/\/utopia-game.com\/wol\/war_forum\/*",
                "*:\/\/app.staging.public.utopia-game.com\/wol\/game\/*",
                "*:\/\/app.staging.public.utopia-game.com\/gen\/game\/*",
                "*:\/\/utopia-game.com\/wol\/sit\/game\/*"
            ],
            "exclude_matches": [
                "*:\/\/utopia-game.com\/wol\/game\/kingdoms_dump*"
            ],
            "js": [
                "js\/lib.min.js",
                "js\/ue.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "data\/*",
        "css\/*",
        "fonts\/*",
        "templates\/*"
    ],
    "options_ui": {
        "page": "templates\/options.html",
        "chrome_style": true
    }
}