Ebutuoy
Avoid YouTube rabbit holes with Ebutuoy
Apa itu Ebutuoy?
Ebutuoy adalah ekstensi Chrome yang dikembangkan oleh https://molyett.com, dan fitur utamanya adalah "Avoid YouTube rabbit holes with Ebutuoy".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ebutuoy
Unduh file ekstensi Ebutuoy 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 helps students stay on task by preventing them from navigating to additional videos. Now teachers can link students to a video resource without they getting lost in watching.
Informasi Dasar Ekstensi
Nama | Ebutuoy |
ID | kcidjkniadnkalmdkamgnpllbdlhnocl |
URL Resmi | https://chromewebstore.google.com/detail/ebutuoy/kcidjkniadnkalmdkamgnpllbdlhnocl |
Deskripsi | Avoid YouTube rabbit holes with Ebutuoy |
Ukuran File | 73.02 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-01-17 |
Tanggal Publikasi | 2021-01-17 |
Pengembang | https://molyett.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://blog.molyett.com/2018/02/app-development-privacy-policy.html |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ebutuoy", "version": "1.1", "description": "Avoid YouTube rabbit holes with Ebutuoy", "background": { "scripts": [ "ebutuoy.js", "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.youtube.com\/*", "https:\/\/hcpss.instructure.com\/*" ], "browser_action": { "default_icon": "icon.png" }, "manifest_version": 2 } |