EP Focus Mode

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

What is EP Focus Mode?

EP Focus Mode is a Chrome extension developed by Unknown, and its main feature is "Adds a number of features & fixes to the Education Perfect online learning platform.".

Extension Screenshots

screenshot

Download EP Focus Mode Extension CRX File

Download EP Focus Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name EP Focus Mode EP Focus Mode
ID objndjnkoadcjhccnjanfjidpgokbgnk
Official URL https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk
Description Adds a number of features & fixes to the Education Perfect online learning platform.
File Size 31.57 KB
Installation Count 28
Current Version 0.1.0
Last Updated 2020-05-17
Publish Date 2020-05-17
Rating 1.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}