Ebutuoy
Avoid YouTube rabbit holes with Ebutuoy
Hvad er Ebutuoy?
Ebutuoy er en Chrome-udvidelse udviklet af https://molyett.com, og dens hovedfunktion er "Avoid YouTube rabbit holes with Ebutuoy".
Udvidelsesskærmbilleder
Download Ebutuoy-udvidelses-CRX-fil
Download Ebutuoy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kcidjkniadnkalmdkamgnpllbdlhnocl |
| Officiel URL | https://chromewebstore.google.com/detail/ebutuoy/kcidjkniadnkalmdkamgnpllbdlhnocl |
| Beskrivelse | Avoid YouTube rabbit holes with Ebutuoy |
| Filstørrelse | 73.02 KB |
| Antal Installationer | 10 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2021-01-17 |
| Udgivelsesdato | 2021-01-17 |
| Udvikler | https://molyett.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | http://blog.molyett.com/2018/02/app-development-privacy-policy.html |
| Understøttede Sprog | 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
} | |