Subscription Feed Filter for YouTube

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

¿Qué es Subscription Feed Filter for YouTube?

Subscription Feed Filter for YouTube es una extensión de Chrome desarrollada por Simple and Tiny Utilities, y su función principal es "Filters such as Live, Streamed, Video, and Keyword search can be added to Subscriptions, Playlists, and other YouTube pages.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Subscription Feed Filter for YouTube

Descarga archivos de extensión Subscription Feed Filter for YouTube en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Subscription Feed Filter for YouTube Subscription Feed Filter for YouTube
ID jpdngflnlekafjhdlcnijphhcmeibdoa
URL Oficial https://chromewebstore.google.com/detail/subscription-feed-filter/jpdngflnlekafjhdlcnijphhcmeibdoa
Descripción Filters such as Live, Streamed, Video, and Keyword search can be added to Subscriptions, Playlists, and other YouTube pages.
Tamaño del Archivo 72.41 KB
Cantidad de Instalaciones 265
Versión Actual 1.31.0
Última Actualización 2024-02-25
Fecha de Publicación 2022-07-05
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador Simple and Tiny Utilities
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/yudai-tiny-developer/filter
Idiomas Soportados 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}"
        }
    }
}