Better YouTube Subscriptions

Hide YouTube Shorts and videos you have already watched from your subscriptions feed !

What is Better YouTube Subscriptions?

Better YouTube Subscriptions is a Chrome extension developed by OptiSearch, and its main feature is "Hide YouTube Shorts and videos you have already watched from your subscriptions feed !".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Better YouTube Subscriptions Extension CRX File

Download Better YouTube Subscriptions 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

                        Better YouTube Subscriptions is a simple browser extension that allows you to hide the YouTube Shorts videos that are polluting your subscriptions feed.
It can also hide the videos that you have already watched.

Of course, you can make them appear again with a simple click of a button.

In short, it cleans your YouTube Subscriptions feed to only show what you want to watch !                    

Extension Basic Information

Name Better YouTube Subscriptions Better YouTube Subscriptions
ID hbopiiffeioghjoeakkknpcealnlomod
Official URL https://chromewebstore.google.com/detail/better-youtube-subscripti/hbopiiffeioghjoeakkknpcealnlomod
Description Hide YouTube Shorts and videos you have already watched from your subscriptions feed !
File Size 28 KB
Installation Count 37
Current Version 1.0
Last Updated 2023-02-26
Publish Date 2022-09-29
Rating 1.00/5 Total 1 Ratings
Developer OptiSearch
Email [email protected]
Payment Type free
Privacy Policy Page URL https://dj0ulo.github.io/OptiSearch/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better YouTube Subscriptions",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Hide YouTube Shorts and videos you have already watched from your subscriptions feed !",
    "icons": {
        "128": "images\/icon_128.png",
        "1024": "images\/icon_1024.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "src\/pop-up\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/style.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/settings.js",
                "src\/utils.js",
                "src\/content_script.js"
            ]
        }
    ]
}