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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filters such as Live, Streamed, Video, and Keyword search can be added to Subscriptions, Playlists, and other YouTube pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Subscription Feed Filter for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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}" } } } |