Earth2 Enhance
Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…
Apa itu Earth2 Enhance?
Earth2 Enhance adalah ekstensi Chrome yang dikembangkan oleh https://extensionsworld.com, dan fitur utamanya adalah "Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Earth2 Enhance
Unduh file ekstensi Earth2 Enhance dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Earth2 Enhance |
ID | heddplgeoodepomjkjhabdnoagihhdjj |
URL Resmi | https://chromewebstore.google.com/detail/earth2-enhance/heddplgeoodepomjkjhabdnoagihhdjj |
Deskripsi | Earth2 Enhance is a browser extension which modifies the earth2.io User Interface, to provide more data to the user. This… |
Ukuran File | 414 KB |
Jumlah Instalasi | 246 |
Versi Saat Ini | 0.2.4 |
Terakhir Diperbarui | 2021-09-19 |
Tanggal Publikasi | 2021-01-17 |
Penilaian | 4.95/5 Total 21 Penilaian |
Pengembang | https://extensionsworld.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://extensionsworld.com/earth2enhance |
URL Halaman Bantuan | https://extensionsworld.com/contact |
URL Halaman Kebijakan Privasi | https://extensionsworld.com/legal |
Bahasa yang Didukung | 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" } } |