YouTube Focus Mode
Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.
What is YouTube Focus Mode?
YouTube Focus Mode is a Chrome extension developed by annaazzam, and its main feature is "Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.".
Extension Screenshots
Download YouTube Focus Mode Extension CRX File
Download YouTube Focus Mode 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
Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.
Extension Basic Information
Name | YouTube Focus Mode |
ID | aiickpjplakbajmoglephfflijahgblj |
Official URL | https://chromewebstore.google.com/detail/youtube-focus-mode/aiickpjplakbajmoglephfflijahgblj |
Description | Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing. |
File Size | 8.73 KB |
Installation Count | 617 |
Current Version | 1.0 |
Last Updated | 2020-06-28 |
Publish Date | 2020-06-27 |
Rating | 4.95/5 Total 21 Ratings |
Developer | annaazzam |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Focus Mode", "description": "", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "extension.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] } } |