EP Focus Mode

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

EP Focus Mode là gì?

EP Focus Mode là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Adds a number of features & fixes to the Education Perfect online learning platform.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EP Focus Mode

Tải xuống các tệp mở rộng EP Focus Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EP Focus Mode EP Focus Mode
ID objndjnkoadcjhccnjanfjidpgokbgnk
URL Chính Thức https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk
Mô tả Adds a number of features & fixes to the Education Perfect online learning platform.
Kích Thước Tệp 31.57 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2020-05-17
Ngày Phát Hành 2020-05-17
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}