Ebutuoy

Avoid YouTube rabbit holes with Ebutuoy

Qu'est-ce que Ebutuoy ?

Ebutuoy est une extension Chrome développée par https://molyett.com, et sa fonction principale est "Avoid YouTube rabbit holes with Ebutuoy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ebutuoy

Téléchargez les fichiers d'extension Ebutuoy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ebutuoy Ebutuoy
ID kcidjkniadnkalmdkamgnpllbdlhnocl
URL Officiel https://chromewebstore.google.com/detail/ebutuoy/kcidjkniadnkalmdkamgnpllbdlhnocl
Description Avoid YouTube rabbit holes with Ebutuoy
Taille du Fichier 73.02 KB
Nombre d'Installations 10
Version Actuelle 1.1
Dernière Mise à Jour 2021-01-17
Date de Publication 2021-01-17
Développeur https://molyett.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://blog.molyett.com/2018/02/app-development-privacy-policy.html
Langues Prises en Charge 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
}