Hide Youtube Reccomendations

Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work

What is Hide Youtube Reccomendations?

Hide Youtube Reccomendations is a Chrome extension developed by https://hasan-naser.com, and its main feature is "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work".

Extension Screenshots

screenshot
screenshot
screenshot

Download Hide Youtube Reccomendations Extension CRX File

Download Hide Youtube Reccomendations 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

                        A browser extension help you to focus in your work by removing YouTube recommended sidebar, user comments, homepage related videos feed,
hide youtube feeds
hide youtube recommended videos 
hide notification                    

Extension Basic Information

Name Hide Youtube Reccomendations Hide Youtube Reccomendations
ID kehfeffkkeikicjiehddmbmabmakfdff
Official URL https://chromewebstore.google.com/detail/hide-youtube-reccomendati/kehfeffkkeikicjiehddmbmabmakfdff
Description Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work
File Size 7.56 KB
Installation Count 215
Current Version 1.2
Last Updated 2023-05-01
Publish Date 2020-12-21
Rating 3.67/5 Total 3 Ratings
Developer https://hasan-naser.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Youtube Reccomendations",
    "version": "1.2",
    "description": "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work",
    "manifest_version": 3,
    "incognito": "split",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}