Earth2 Enhance
Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
Qu'est-ce que Earth2 Enhance ?
Earth2 Enhance est une extension Chrome développée par https://extensionsworld.com, et sa fonction principale est "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Earth2 Enhance
Téléchargez les fichiers d'extension Earth2 Enhance au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Earth2 Enhance |
ID | heddplgeoodepomjkjhabdnoagihhdjj |
URL Officiel | 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… |
Taille du Fichier | 414 KB |
Nombre d'Installations | 246 |
Version Actuelle | 0.2.4 |
Dernière Mise à Jour | 2021-09-19 |
Date de Publication | 2021-01-17 |
Évaluation | 4.95/5 Total 21 Évaluations |
Développeur | https://extensionsworld.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://extensionsworld.com/earth2enhance |
URL de la Page d'Aide | https://extensionsworld.com/contact |
URL de la Page de Politique de Confidentialité | https://extensionsworld.com/legal |
Langues Prises en Charge | 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" } } |