EP Focus Mode

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

Vad är EP Focus Mode?

EP Focus Mode är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Adds a number of features & fixes to the Education Perfect online learning platform.".

Tilläggsskärmbilder

screenshot

Ladda ner EP Focus Mode-förlängningens CRX-fil

Ladda ner EP Focus Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn EP Focus Mode EP Focus Mode
ID objndjnkoadcjhccnjanfjidpgokbgnk
Officiell webbadress https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk
Beskrivning Adds a number of features & fixes to the Education Perfect online learning platform.
Filstorlek 31.57 KB
Antal Installationer 28
Aktuell Version 0.1.0
Senast Uppdaterad 2020-05-17
Publiceringsdatum 2020-05-17
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}