Ebutuoy
Avoid YouTube rabbit holes with Ebutuoy
Cos'è Ebutuoy?
Ebutuoy è un'estensione di Chrome sviluppata da https://molyett.com, e la sua funzione principale è "Avoid YouTube rabbit holes with Ebutuoy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ebutuoy
Scarica i file di estensione Ebutuoy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Ebutuoy |
ID | kcidjkniadnkalmdkamgnpllbdlhnocl |
URL Ufficiale | https://chromewebstore.google.com/detail/ebutuoy/kcidjkniadnkalmdkamgnpllbdlhnocl |
Descrizione | Avoid YouTube rabbit holes with Ebutuoy |
Dimensione del File | 73.02 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-01-17 |
Data di Pubblicazione | 2021-01-17 |
Sviluppatore | https://molyett.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://blog.molyett.com/2018/02/app-development-privacy-policy.html |
Lingue Supportate | 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 } |