Subscription Feed Filter for YouTube

Filters such as Live, Streamed, Video, and Keyword search can be added to Subscriptions, Playlists, and other YouTube pages.

Subscription Feed Filter for YouTubeとは何ですか?

Subscription Feed Filter for YouTubeはSimple and Tiny Utilitiesによって開発されたChromeの拡張機能で、その主な機能は「Filters such as Live, Streamed, Video, and Keyword search can be added to Subscriptions, Playlists, and other YouTube pages.」です。

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

screenshot
screenshot
screenshot

Subscription Feed Filter for YouTube拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Provides a filter like YouTube home screen on pages such as subscriptions and libraries.

Filters: Live, Streamed, Video, Shorts, Scheduled, Notification on, Notification off, Unwatched, Watched

Keyword search: It can be combined with other filters.                    

拡張機能の基本情報

名前 Subscription Feed Filter for YouTube Subscription Feed Filter for YouTube
ID jpdngflnlekafjhdlcnijphhcmeibdoa
公式URL https://chromewebstore.google.com/detail/subscription-feed-filter/jpdngflnlekafjhdlcnijphhcmeibdoa
説明 Filters such as Live, Streamed, Video, and Keyword search can be added to Subscriptions, Playlists, and other YouTube pages.
ファイルサイズ 72.41 KB
インストール数 265
現在のバージョン 1.31.0
最終更新日 2024-02-25
公開日 2022-07-05
評価 4.20/5 合計 5 レビュー
開発者 Simple and Tiny Utilities
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/yudai-tiny-developer/filter
対応言語 id,de,en,en-GB,en-US,fil,fr,es,es-419,it,pt-BR,pt-PT,th,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Subscription Feed Filter for YouTube",
    "version": "1.31.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lang\/*.js",
                "common.js",
                "settings.js",
                "progress.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{7d37f4c3-c6cf-4b18-a748-ed4a6e7eb281}"
        }
    }
}