Better YouTube Subscriptions

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

Better YouTube Subscriptionsとは何ですか?

Better YouTube SubscriptionsはOptiSearchによって開発されたChromeの拡張機能で、その主な機能は「Hide YouTube Shorts and videos you have already watched from your subscriptions feed !」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Better YouTube Subscriptions拡張機能のCRXファイルをダウンロード

Better YouTube Subscriptions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 !                    

拡張機能の基本情報

名前 Better YouTube Subscriptions Better YouTube Subscriptions
ID hbopiiffeioghjoeakkknpcealnlomod
公式URL https://chromewebstore.google.com/detail/better-youtube-subscripti/hbopiiffeioghjoeakkknpcealnlomod
説明 Hide YouTube Shorts and videos you have already watched from your subscriptions feed !
ファイルサイズ 28 KB
インストール数 37
現在のバージョン 1.0
最終更新日 2023-02-26
公開日 2022-09-29
評価 1.00/5 合計 1 レビュー
開発者 OptiSearch
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://dj0ulo.github.io/OptiSearch/privacy.html
対応言語 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"
            ]
        }
    ]
}