Earth2 Enhance

Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…

Co je Earth2 Enhance?

Earth2 Enhance je rozšíření Chrome vyvinuté https://extensionsworld.com, a jeho hlavní funkcí je „Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Earth2 Enhance

Stáhněte si soubory rozšíření Earth2 Enhance 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í

                        Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user.

This Extension is powered by the earth2.market API.                    

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

Název Earth2 Enhance Earth2 Enhance
ID heddplgeoodepomjkjhabdnoagihhdjj
Oficiální URL https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj
Popis Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
Velikost souboru 414 KB
Počet instalací 246
Aktuální Verze 0.2.4
Poslední Aktualizace 2021-09-19
Datum Vydání 2021-01-17
Hodnocení 4.95/5 Celkem 21 Hodnocení
Vývojář https://extensionsworld.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://extensionsworld.com/earth2enhance
URL Stránky Nápovědy https://extensionsworld.com/contact
URL Stránky Zásad Ochrany Soukromí https://extensionsworld.com/legal
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Earth2 Enhance",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.earth2.io\/*",
        "https:\/\/*.earth2.market\/*",
        "https:\/\/earth2.market\/*",
        "https:\/\/www.earth2stats.xyz\/*",
        "webRequest"
    ],
    "version": "0.2.4",
    "icons": {
        "64": "e2m.png"
    },
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.earth2.io\/*",
                "https:\/\/*.earth2.market\/*",
                "https:\/\/earth2.market\/*",
                "https:\/\/www.earth2stats.xyz\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/contentScripts.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "64": "e2m.png"
        },
        "default_title": "Earth2.io alternative market",
        "default_popup": "html\/index.html"
    }
}