Focus Only Youtube
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…
What is Focus Only Youtube?
Focus Only Youtube is a Chrome extension developed by yeungtsunw, and its main feature is "Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…".
Extension Screenshots
Download Focus Only Youtube Extension CRX File
Download Focus Only Youtube 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
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and reroute you to “focus music” after reaching daily video limit
Extension Basic Information
Name | |
ID | dmijcnhkoikmggpghahdjdhiahkkneki |
Official URL | https://chrome.google.com/webstore/detail/focus-only-youtube/dmijcnhkoikmggpghahdjdhiahkkneki |
Description | Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and… |
File Size | 88.09 KB |
Installation Count | 512 |
Current Version | 0.1 |
Last Updated | 2017-09-14 |
Publish Date | 2017-09-14 |
Rating | 3.00/5 Total 3 Ratings |
Developer | yeungtsunw |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus Only Youtube", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabCapture", "tabs", "storage", "desktopCapture", "webNavigation", "activeTab" ] } |