Zen YouTube: Distraction free youtube
Removes feed and recommendations from YouTube so that you can have a distraction free focused session
What is Zen YouTube: Distraction free youtube?
Zen YouTube: Distraction free youtube is a Chrome extension developed by Vishnu Gt, and its main feature is "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".
Extension Screenshots
Download Zen YouTube: Distraction free youtube Extension CRX File
Download Zen YouTube: Distraction free 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
This extension helps you have a distraction free YouTube session by removing the recommendations and your home page feed so that you don't end up watching YouTube for hours. Github Link: https://github.com/vishnugt/Zen-Youtube
Extension Basic Information
Name | Zen YouTube: Distraction free youtube |
ID | ibcpcdiajmfmkieocebkoiofgdbbecel |
Official URL | https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel |
Description | Removes feed and recommendations from YouTube so that you can have a distraction free focused session |
File Size | 10.31 KB |
Installation Count | 6,000 |
Current Version | 2.0.0 |
Last Updated | 2022-02-09 |
Publish Date | 2021-10-24 |
Rating | 5.00/5 Total 21 Ratings |
Developer | Vishnu Gt |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vishnugt/Zen-Youtube |
Help Page URL | https://github.com/vishnugt/Zen-Youtube |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zen YouTube: Distraction free youtube", "version": "2.0.0", "manifest_version": 2, "description": "Removes feed and recommendations from YouTube so that you can have a distraction free focused session", "homepage_url": "https:\/\/github.com\/vishnugt\/Zen-Youtube", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*", "storage" ], "browser_action": { "default_popup": "popup\/popup.html" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ], "all_frames": true } ] } |