Earth2 Enhance
Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
Co to jest Earth2 Enhance?
Earth2 Enhance to rozszerzenie Chrome opracowane przez https://extensionsworld.com, a jego główną funkcją jest „Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Earth2 Enhance
Pobierz pliki rozszerzeń Earth2 Enhance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Earth2 Enhance |
ID | heddplgeoodepomjkjhabdnoagihhdjj |
Oficjalny URL | https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj |
Opis | Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This… |
Rozmiar pliku | 414 KB |
Liczba instalacji | 246 |
Aktualna Wersja | 0.2.4 |
Ostatnia Aktualizacja | 2021-09-19 |
Data Publikacji | 2021-01-17 |
Ocena | 4.95/5 Łącznie 21 Oceny |
Deweloper | https://extensionsworld.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://extensionsworld.com/earth2enhance |
Adres URL Strony Pomocy | https://extensionsworld.com/contact |
Adres URL Strony Polityki Prywatności | https://extensionsworld.com/legal |
Obsługiwane Języki | 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" } } |