Earth2 Enhance
Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
Cos'è Earth2 Enhance?
Earth2 Enhance è un'estensione di Chrome sviluppata da https://extensionsworld.com, e la sua funzione principale è "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Earth2 Enhance
Scarica i file di estensione Earth2 Enhance in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Earth2 Enhance |
ID | heddplgeoodepomjkjhabdnoagihhdjj |
URL Ufficiale | https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj |
Descrizione | Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This… |
Dimensione del File | 414 KB |
Conteggio Installazioni | 246 |
Versione Corrente | 0.2.4 |
Ultimo Aggiornamento | 2021-09-19 |
Data di Pubblicazione | 2021-01-17 |
Valutazione | 4.95/5 Totale 21 Valutazioni |
Sviluppatore | https://extensionsworld.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://extensionsworld.com/earth2enhance |
URL della Pagina di Aiuto | https://extensionsworld.com/contact |
URL della Pagina della Politica sulla Privacy | https://extensionsworld.com/legal |
Lingue Supportate | 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" } } |