Ebutuoy
Avoid YouTube rabbit holes with Ebutuoy
Vad är Ebutuoy?
Ebutuoy är en Chrome-tillägg utvecklad av https://molyett.com, och dess huvudfunktion är "Avoid YouTube rabbit holes with Ebutuoy".
Tilläggsskärmbilder
Ladda ner Ebutuoy-förlängningens CRX-fil
Ladda ner Ebutuoy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | kcidjkniadnkalmdkamgnpllbdlhnocl |
| Officiell webbadress | https://chromewebstore.google.com/detail/ebutuoy/kcidjkniadnkalmdkamgnpllbdlhnocl |
| Beskrivning | Avoid YouTube rabbit holes with Ebutuoy |
| Filstorlek | 73.02 KB |
| Antal Installationer | 10 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2021-01-17 |
| Publiceringsdatum | 2021-01-17 |
| Utvecklare | https://molyett.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | http://blog.molyett.com/2018/02/app-development-privacy-policy.html |
| Stödda Språk | 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
} | |