Filter Youtube Channels
Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!
What is Filter Youtube Channels?
Filter Youtube Channels is a Chrome extension developed by QubitKernel, and its main feature is "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!".
Extension Screenshots
Download Filter Youtube Channels Extension CRX File
Download Filter Youtube Channels extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nchjfnobpfpkgmhagecolagcfemdkjfm |
Official URL | https://chrome.google.com/webstore/detail/filter-youtube-channels/nchjfnobpfpkgmhagecolagcfemdkjfm |
Description | Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!! |
File Size | 27.94 KB |
Installation Count | 113 |
Current Version | 0.0.0.8 |
Last Updated | 2019-11-24 |
Publish Date | 2019-11-24 |
Rating | 2.33/5 Total 3 Ratings |
Developer | QubitKernel |
Payment Type | free |
Supported Languages | 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" } } |