Subscription Feed Filter for YouTube

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

Cos'è Subscription Feed Filter for YouTube?

Subscription Feed Filter for YouTube è un'estensione di Chrome sviluppata da Simple and Tiny Utilities, e la sua funzione principale è "Filters such as Live, Streamed, Video, and Keyword search can be added to Subscriptions, Playlists, and other YouTube pages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Subscription Feed Filter for YouTube

Scarica i file di estensione Subscription Feed Filter for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Subscription Feed Filter for YouTube Subscription Feed Filter for YouTube
ID jpdngflnlekafjhdlcnijphhcmeibdoa
URL Ufficiale https://chromewebstore.google.com/detail/subscription-feed-filter/jpdngflnlekafjhdlcnijphhcmeibdoa
Descrizione Filters such as Live, Streamed, Video, and Keyword search can be added to Subscriptions, Playlists, and other YouTube pages.
Dimensione del File 72.41 KB
Conteggio Installazioni 265
Versione Corrente 1.31.0
Ultimo Aggiornamento 2024-02-25
Data di Pubblicazione 2022-07-05
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Simple and Tiny Utilities
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yudai-tiny-developer/filter
Lingue Supportate 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}"
        }
    }
}