youfilter
Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
youfilter là gì?
youfilter là một tiện ích mở rộng Chrome được phát triển bởi https://tincher.de, và tính năng chính của nó là "Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng youfilter
Tải xuống các tệp mở rộng youfilter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ebiloedhohfcjdnhjedhiiaenimijicm |
URL Chính Thức | https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm |
Mô tả | Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist. |
Kích Thước Tệp | 4.44 MB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2019-11-30 |
Ngày Phát Hành | 2019-11-30 |
Nhà Phát Triển | https://tincher.de |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |