Ebutuoy
Avoid YouTube rabbit holes with Ebutuoy
什么是Ebutuoy?
Ebutuoy是由https://molyett.com开发的Chrome扩展程序,该扩展的主要功能是“Avoid YouTube rabbit holes with Ebutuoy”。
扩展截图
下载Ebutuoy扩展crx文件
下载Ebutuoy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Ebutuoy |
ID | kcidjkniadnkalmdkamgnpllbdlhnocl |
官方URL | https://chromewebstore.google.com/detail/ebutuoy/kcidjkniadnkalmdkamgnpllbdlhnocl |
简介 | Avoid YouTube rabbit holes with Ebutuoy |
文件大小 | 73.02 KB |
安装次数 | 10 |
当前版本 | 1.1 |
更新时间 | 2021-01-17 |
上架时间 | 2021-01-17 |
开发者 | https://molyett.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://blog.molyett.com/2018/02/app-development-privacy-policy.html |
支持的语言 | 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 } |