Utopia Enhancer

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

Co je Utopia Enhancer?

Utopia Enhancer je rozšíření Chrome vyvinuté Kris Engstrom, a jeho hlavní funkcí je „Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Utopia Enhancer

Stáhněte si soubory rozšíření Utopia Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Utopia Enhancer Utopia Enhancer
ID joimfhbpfchagboicdemmdnfdijceabl
Oficiální URL https://chromewebstore.google.com/detail/utopia-enhancer/joimfhbpfchagboicdemmdnfdijceabl
Popis Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.
Velikost souboru 70.85 KB
Počet instalací 406
Aktuální Verze 3.4.2
Poslední Aktualizace 2019-05-10
Datum Vydání 2019-05-09
Hodnocení 4.89/5 Celkem 18 Hodnocení
Vývojář Kris Engstrom
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}