youfilter
Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
什麼是youfilter?
youfilter是由https://tincher.de開發的Chrome擴展程式,該擴展的主要功能是“Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.”。
擴展截圖
下載youfilter擴展crx文件
下載youfilter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can subscribe or unsubscribe just to specific formats of specific channels. Just use the format name as a black- or whitelist item and it will be blocked from your subscriptions. Your settings will be synced with your google account and you can always see and change them in the dashboard.
擴展基本資訊
名稱 | |
ID | ebiloedhohfcjdnhjedhiiaenimijicm |
官方網址 | https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm |
簡介 | Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist. |
檔案大小 | 4.44 MB |
安裝次數 | 10 |
目前版本 | 1.5 |
更新時間 | 2019-11-30 |
上架時間 | 2019-11-30 |
開發者 | https://tincher.de |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ ".\/plinfa.js" ], "run_at": "document_end", "all_frames": true } ], "description": "Enables you to filter your youtube subscriptions by using a blacklist and \/ or a whitelist.", "homepage_url": "http:\/\/tincher.de", "icons": { "48": "icons\/baseline_label_black_48dp.png" }, "manifest_version": 2, "name": "youfilter", "options_ui": { "page": ".\/options\/options.html" }, "page_action": { "browser_style": true, "default_icon": "icons\/baseline_label_black_48dp.png", "default_popup": ".\/popup\/popup.html", "default_title": "Plinfa" }, "permissions": [ "contextMenus", "storage", "webRequest", "*:\/\/*.youtube.com\/*" ], "version": "1.5" } |