Earth2 Enhance

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

Earth2 Enhance क्या है?

Earth2 Enhance https://extensionsworld.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Earth2 Enhance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Earth2 Enhance Earth2 Enhance
ID heddplgeoodepomjkjhabdnoagihhdjj
आधिकारिक URL https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj
विवरण Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
फ़ाइल का आकार 414 KB
स्थापना संख्या 246
वर्तमान संस्करण 0.2.4
अंतिम अपडेट 2021-09-19
प्रकाशन तिथि 2021-01-17
रेटिंग 4.95/5 कुल 21 रेटिंग्स
डेवलपर https://extensionsworld.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://extensionsworld.com/earth2enhance
सहायता पृष्ठ URL https://extensionsworld.com/contact
गोपनीयता नीति पृष्ठ URL https://extensionsworld.com/legal
समर्थित भाषाएँ 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"
    }
}