Better YouTube Subscriptions

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

Wat is Better YouTube Subscriptions?

Better YouTube Subscriptions is een Chrome-extensie ontwikkeld door OptiSearch, en de belangrijkste functie is "Hide YouTube Shorts and videos you have already watched from your subscriptions feed !".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Better YouTube Subscriptions

Download Better YouTube Subscriptions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 !                    

Basisinformatie over de Extensie

Naam Better YouTube Subscriptions Better YouTube Subscriptions
ID hbopiiffeioghjoeakkknpcealnlomod
Officiële URL https://chromewebstore.google.com/detail/better-youtube-subscripti/hbopiiffeioghjoeakkknpcealnlomod
Beschrijving Hide YouTube Shorts and videos you have already watched from your subscriptions feed !
Bestandsgrootte 28 KB
Aantal Installaties 37
Huidige Versie 1.0
Laatst Bijgewerkt 2023-02-26
Publicatiedatum 2022-09-29
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar OptiSearch
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://dj0ulo.github.io/OptiSearch/privacy.html
Ondersteunde Talen 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"
            ]
        }
    ]
}