EP Focus Mode
Adds a number of features & fixes to the Education Perfect online learning platform.
Qu'est-ce que EP Focus Mode ?
EP Focus Mode est une extension Chrome développée par Unknown, et sa fonction principale est "Adds a number of features & fixes to the Education Perfect online learning platform.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EP Focus Mode
Téléchargez les fichiers d'extension EP Focus Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This plugin hides annoying popups on the Education Perfect platform and makes some additional UI improvements to make your experience more enjoyable.
Informations de Base sur l'Extension
Nom | EP Focus Mode |
ID | objndjnkoadcjhccnjanfjidpgokbgnk |
URL Officiel | https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk |
Description | Adds a number of features & fixes to the Education Perfect online learning platform. |
Taille du Fichier | 31.57 KB |
Nombre d'Installations | 28 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2020-05-17 |
Date de Publication | 2020-05-17 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |