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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simple and Tiny Utilities และคุณลักษณะหลักของมันคือ "Filters such as Live, Streamed, Video, and Keyword search can be added to Subscriptions, Playlists, and other YouTube pages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subscription Feed Filter for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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}"
        }
    }
}