Better YouTube Subscriptions

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

Co je Better YouTube Subscriptions?

Better YouTube Subscriptions je rozšíření Chrome vyvinuté OptiSearch, a jeho hlavní funkcí je „Hide YouTube Shorts and videos you have already watched from your subscriptions feed !“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Better YouTube Subscriptions

Stáhněte si soubory rozšíření Better YouTube Subscriptions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 !                    

Základní Informace o Rozšíření

Název Better YouTube Subscriptions Better YouTube Subscriptions
ID hbopiiffeioghjoeakkknpcealnlomod
Oficiální URL https://chromewebstore.google.com/detail/better-youtube-subscripti/hbopiiffeioghjoeakkknpcealnlomod
Popis Hide YouTube Shorts and videos you have already watched from your subscriptions feed !
Velikost souboru 28 KB
Počet instalací 37
Aktuální Verze 1.0
Poslední Aktualizace 2023-02-26
Datum Vydání 2022-09-29
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář OptiSearch
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://dj0ulo.github.io/OptiSearch/privacy.html
Podporované Jazyky 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"
            ]
        }
    ]
}