EP Focus Mode
Adds a number of features & fixes to the Education Perfect online learning platform.
Apa itu EP Focus Mode?
EP Focus Mode adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Adds a number of features & fixes to the Education Perfect online learning platform.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi EP Focus Mode
Unduh file ekstensi EP Focus Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This plugin hides annoying popups on the Education Perfect platform and makes some additional UI improvements to make your experience more enjoyable.
Informasi Dasar Ekstensi
Nama | EP Focus Mode |
ID | objndjnkoadcjhccnjanfjidpgokbgnk |
URL Resmi | https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk |
Deskripsi | Adds a number of features & fixes to the Education Perfect online learning platform. |
Ukuran File | 31.57 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2020-05-17 |
Tanggal Publikasi | 2020-05-17 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |