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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://extensionsworld.com/contact |
عنوان صفحة سياسة الخصوصية | 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" } } |