Earth2 Enhance
Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
Τι είναι το Earth2 Enhance;
Το Earth2 Enhance είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://extensionsworld.com, και η κύρια λειτουργία του είναι "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Earth2 Enhance
Λήψη αρχείων επέκτασης Earth2 Enhance σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Earth2 Enhance |
ID | heddplgeoodepomjkjhabdnoagihhdjj |
Επίσημο URL | https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj |
Περιγραφή | Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This… |
Μέγεθος Αρχείου | 414 KB |
Αριθμός Εγκαταστάσεων | 246 |
Τρέχουσα Έκδοση | 0.2.4 |
Τελευταία Ενημέρωση | 2021-09-19 |
Ημερομηνία Δημοσίευσης | 2021-01-17 |
Αξιολόγηση | 4.95/5 Συνολικά 21 Αξιολογήσεις |
Προγραμματιστής | https://extensionsworld.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://extensionsworld.com/earth2enhance |
Διεύθυνση URL της Σελίδας Βοήθειας | https://extensionsworld.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://extensionsworld.com/legal |
Υποστηριζόμενες Γλώσσες | 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" } } |