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.”。
擴展截圖
下載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 |
ID | jpdngflnlekafjhdlcnijphhcmeibdoa |
官方網址 | 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}" } } } |