EP Focus Mode
Adds a number of features & fixes to the Education Perfect online learning platform.
Что такое EP Focus Mode?
EP Focus Mode - это расширение Chrome, разработанное Unknown, и его основная функция - "Adds a number of features & fixes to the Education Perfect online learning platform.".
Снимки экрана расширения
Скачать файл CRX расширения EP Focus Mode
Скачайте файлы расширений EP Focus Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This plugin hides annoying popups on the Education Perfect platform and makes some additional UI improvements to make your experience more enjoyable.
Основная информация о расширении
Название | EP Focus Mode |
ID | objndjnkoadcjhccnjanfjidpgokbgnk |
Официальный URL | https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk |
Описание | Adds a number of features & fixes to the Education Perfect online learning platform. |
Размер файла | 31.57 KB |
Количество установок | 28 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2020-05-17 |
Дата публикации | 2020-05-17 |
Рейтинг | 1.00/5 Всего 2 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EP Focus Mode", "version": "0.1.0", "description": "Adds a number of features & fixes to the Education Perfect online learning platform.", "icons": { "16": "images\/16.png", "48": "images\/48.png", "32": "images\/32.png", "128": "images\/128.png" }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "https:\/\/www.educationperfect.com\/*" ] } ] } |