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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}