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 |
Eメール | [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 } |