Earth2 Enhance

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

What is Earth2 Enhance?

Earth2 Enhance is a Chrome extension developed by https://extensionsworld.com, and its main feature is "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…".

Extension Screenshots

screenshot

Download Earth2 Enhance Extension CRX File

Download Earth2 Enhance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Earth2 Enhance Earth2 Enhance
ID heddplgeoodepomjkjhabdnoagihhdjj
Official URL https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj
Description Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
File Size 414 KB
Installation Count 246
Current Version 0.2.4
Last Updated 2021-09-19
Publish Date 2021-01-17
Rating 4.95/5 Total 21 Ratings
Developer https://extensionsworld.com
Email [email protected]
Payment Type free
Extension Website https://extensionsworld.com/earth2enhance
Help Page URL https://extensionsworld.com/contact
Privacy Policy Page URL https://extensionsworld.com/legal
Supported Languages 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"
    }
}