EcoleDirecte Enhanced
Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.
Apa itu EcoleDirecte Enhanced?
EcoleDirecte Enhanced adalah ekstensi Chrome yang dikembangkan oleh Aknologia, dan fitur utamanya adalah "Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi EcoleDirecte Enhanced
Unduh file ekstensi EcoleDirecte Enhanced 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
[Deprecated] Adds multiple options to the EcoleDirecte website : - Dark Theme - Hidden informations shown : * Average * Charts (...) This website is only available to French students. PS: Most options are available in the popup menu by clicking on the EcoleDirecte icon of the extension. v1.5.2591 Changelog: - Showing every hidden information - Added 'Select All' - Optimized code (Clean coding)
Informasi Dasar Ekstensi
Nama | EcoleDirecte Enhanced |
ID | jmjpmgagkoliachgpidgekkmpfablheh |
URL Resmi | https://chromewebstore.google.com/detail/ecoledirecte-enhanced/jmjpmgagkoliachgpidgekkmpfablheh |
Deskripsi | Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension. |
Ukuran File | 78.85 KB |
Jumlah Instalasi | 3,797 |
Versi Saat Ini | 1.5.2592 |
Terakhir Diperbarui | 2022-08-02 |
Tanggal Publikasi | 2020-10-18 |
Penilaian | 4.00/5 Total 8 Penilaian |
Pengembang | Aknologia |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EcoleDirecte Enhanced", "version": "1.5.2592", "description": "Ajoute diff\u00e9rentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.", "author": "Aknologia", "default_locale": "fr", "permissions": [ "storage", "tabs", "https:\/\/*.ecoledirecte.com\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "dist\/scripts\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "dist\/scripts\/requests.js" ], "run_at": "document_start", "matches": [ "https:\/\/*.ecoledirecte.com\/*" ] }, { "js": [ "dist\/scripts\/content.js" ], "matches": [ "https:\/\/*.ecoledirecte.com\/*" ] } ], "web_accessible_resources": [ "dist\/scripts\/features\/requests_script.js", "dist\/scripts\/features\/average.js", "dist\/scripts\/features\/darktheme.js", "dist\/css\/darktheme.css" ], "browser_action": { "default_icon": { "16": "dist\/images\/icon-16.png", "32": "dist\/images\/icon-32.png", "48": "dist\/images\/icon-48.png", "128": "dist\/images\/icon-128.png" }, "default_popup": "dist\/popup.html" }, "icons": { "16": "dist\/images\/icon-16.png", "32": "dist\/images\/icon-32.png", "48": "dist\/images\/icon-48.png", "128": "dist\/images\/icon-128.png" } } |