Earth2 Enhance
Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
Vad är Earth2 Enhance?
Earth2 Enhance är en Chrome-tillägg utvecklad av https://extensionsworld.com, och dess huvudfunktion är "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…".
Tilläggsskärmbilder
Ladda ner Earth2 Enhance-förlängningens CRX-fil
Ladda ner Earth2 Enhance-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Earth2 Enhance |
ID | heddplgeoodepomjkjhabdnoagihhdjj |
Officiell webbadress | https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj |
Beskrivning | Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This… |
Filstorlek | 414 KB |
Antal Installationer | 246 |
Aktuell Version | 0.2.4 |
Senast Uppdaterad | 2021-09-19 |
Publiceringsdatum | 2021-01-17 |
Betyg | 4.95/5 Totalt 21 Betyg |
Utvecklare | https://extensionsworld.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://extensionsworld.com/earth2enhance |
Hjälpsida URL | https://extensionsworld.com/contact |
URL till Sekretesspolicy Sidan | https://extensionsworld.com/legal |
Stödda Språk | 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" } } |