Earth2 Enhance
Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
Wat is Earth2 Enhance?
Earth2 Enhance is een Chrome-extensie ontwikkeld door https://extensionsworld.com, en de belangrijkste functie is "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…".
Extensie Screenshots
Download het CRX-bestand van de extensie Earth2 Enhance
Download Earth2 Enhance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Earth2 Enhance |
ID | heddplgeoodepomjkjhabdnoagihhdjj |
Officiële URL | https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj |
Beschrijving | Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This… |
Bestandsgrootte | 414 KB |
Aantal Installaties | 246 |
Huidige Versie | 0.2.4 |
Laatst Bijgewerkt | 2021-09-19 |
Publicatiedatum | 2021-01-17 |
Beoordeling | 4.95/5 Totaal 21 Beoordelingen |
Ontwikkelaar | https://extensionsworld.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://extensionsworld.com/earth2enhance |
Help Pagina-URL | https://extensionsworld.com/contact |
URL van de Privacybeleid Pagina | https://extensionsworld.com/legal |
Ondersteunde Talen | 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" } } |