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 |
官方網址 | 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 } |