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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EP Focus Mode

قم بتنزيل ملفات الامتداد EP Focus Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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\/*"
            ]
        }
    ]
}