EP Focus Mode

Adds a number of features & fixes to the Education Perfect online learning platform.

Co to jest EP Focus Mode?

EP Focus Mode to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Adds a number of features & fixes to the Education Perfect online learning platform.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia EP Focus Mode

Pobierz pliki rozszerzeń EP Focus Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This plugin hides annoying popups on the Education Perfect platform and makes some additional UI improvements to make your experience more enjoyable.                    

Podstawowe informacje o rozszerzeniu

Nazwa EP Focus Mode EP Focus Mode
ID objndjnkoadcjhccnjanfjidpgokbgnk
Oficjalny URL https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk
Opis Adds a number of features & fixes to the Education Perfect online learning platform.
Rozmiar pliku 31.57 KB
Liczba instalacji 28
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2020-05-17
Data Publikacji 2020-05-17
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}