Ebutuoy

Avoid YouTube rabbit holes with Ebutuoy

Wat is Ebutuoy?

Ebutuoy is een Chrome-extensie ontwikkeld door https://molyett.com, en de belangrijkste functie is "Avoid YouTube rabbit holes with Ebutuoy".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ebutuoy

Download Ebutuoy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Ebutuoy Ebutuoy
ID kcidjkniadnkalmdkamgnpllbdlhnocl
Officiële URL https://chromewebstore.google.com/detail/ebutuoy/kcidjkniadnkalmdkamgnpllbdlhnocl
Beschrijving Avoid YouTube rabbit holes with Ebutuoy
Bestandsgrootte 73.02 KB
Aantal Installaties 10
Huidige Versie 1.1
Laatst Bijgewerkt 2021-01-17
Publicatiedatum 2021-01-17
Ontwikkelaar https://molyett.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://blog.molyett.com/2018/02/app-development-privacy-policy.html
Ondersteunde Talen 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
}