Ebutuoy
Avoid YouTube rabbit holes with Ebutuoy
What is Ebutuoy?
Ebutuoy is a Chrome extension developed by https://molyett.com, and its main feature is "Avoid YouTube rabbit holes with Ebutuoy".
Extension Screenshots
Download Ebutuoy Extension CRX File
Download Ebutuoy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Ebutuoy |
ID | kcidjkniadnkalmdkamgnpllbdlhnocl |
Official URL | https://chromewebstore.google.com/detail/ebutuoy/kcidjkniadnkalmdkamgnpllbdlhnocl |
Description | Avoid YouTube rabbit holes with Ebutuoy |
File Size | 73.02 KB |
Installation Count | 10 |
Current Version | 1.1 |
Last Updated | 2021-01-17 |
Publish Date | 2021-01-17 |
Developer | https://molyett.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://blog.molyett.com/2018/02/app-development-privacy-policy.html |
Supported Languages | 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 } |