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" } } |