Youtube Focus

Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.

What is Youtube Focus?

Youtube Focus is a Chrome extension developed by raghavadonthoju.webstore, and its main feature is "Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.".

Extension Screenshots

screenshot

Download Youtube Focus Extension CRX File

Download Youtube Focus 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

                        By activating the "Youtube Focus" extension, you gain an incredible advantage in maintaining your concentration and avoiding the attracting YouTube's recommended videos. No longer will your attention be hijacked by flashy thumbnails vying for your clicks. Instead, you'll find a clean and clutter-free interface, allowing you to focus solely on the content you seek.

Features:
- Just hides the homepage content of youtube by changing the style of homepage content to display none.

Note:
-The Extension doesn't collect users data or youtube's data it just changes the styling (changing css).
-This extension does not take any money from the users.                    

Extension Basic Information

Name Youtube Focus Youtube Focus
ID ihlchpbfkmgfkpeolfklmgnanjkkhnfb
Official URL https://chromewebstore.google.com/detail/youtube-focus/ihlchpbfkmgfkpeolfklmgnanjkkhnfb
Description Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.
File Size 4.88 KB
Installation Count 72
Current Version 1.0
Last Updated 2023-07-09
Publish Date 2023-07-09
Rating 5.00/5 Total 10 Ratings
Developer raghavadonthoju.webstore
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Focus",
    "version": "1.0",
    "description": "Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/"
            ]
        }
    ]
}