Filter Youtube Channels
Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!
Filter Youtube Channels là gì?
Filter Youtube Channels là một tiện ích mở rộng Chrome được phát triển bởi QubitKernel, và tính năng chính của nó là "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!".
Ả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 Filter Youtube Channels
Tải xuống các tệp mở rộng Filter Youtube Channels 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
Just feed in the name of the channel and it will remember to keep the videos out of your sight. You can always un-filter or unblock the videos by just clicking "Remove" button in the plugin popup. Extremely easy! This plugin does not track or store any kind of data, user or otherwise, at remote servers! Remember to turn it on in incognito/private mode!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nchjfnobpfpkgmhagecolagcfemdkjfm |
URL Chính Thức | https://chrome.google.com/webstore/detail/filter-youtube-channels/nchjfnobpfpkgmhagecolagcfemdkjfm |
Mô tả | Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!! |
Kích Thước Tệp | 27.94 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 0.0.0.8 |
Cập Nhật Lần Cuối | 2019-11-24 |
Ngày Phát Hành | 2019-11-24 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | QubitKernel |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Filter Youtube Channels", "version": "0.0.0.8", "description": "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "icon_128.png" } } |