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