EP Focus Mode

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

Cos'è EP Focus Mode?

EP Focus Mode è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Adds a number of features & fixes to the Education Perfect online learning platform.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EP Focus Mode

Scarica i file di estensione EP Focus Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome EP Focus Mode EP Focus Mode
ID objndjnkoadcjhccnjanfjidpgokbgnk
URL Ufficiale https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk
Descrizione Adds a number of features & fixes to the Education Perfect online learning platform.
Dimensione del File 31.57 KB
Conteggio Installazioni 28
Versione Corrente 0.1.0
Ultimo Aggiornamento 2020-05-17
Data di Pubblicazione 2020-05-17
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}