Youtube Subfilter Extension
Filter your Youtube suscription videos easily
What is Youtube Subfilter Extension?
Youtube Subfilter Extension is a Chrome extension developed by julianabsatz, and its main feature is "Filter your Youtube suscription videos easily".
Extension Screenshots
Download Youtube Subfilter Extension Extension CRX File
Download Youtube Subfilter Extension 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
The purpose of this extension is to filter your subscriptions as much as possible. There is an abundance of channels that often upload content we don't watch, so it's nice to have a clean subscription page that lets you focus on what you WANT to watch. ***THIS IS CURRENTLY ALPHA, EXTENSION MAY HAVE ERRORS*** Current features: -Manual channel and keyword hiding/showing in grid view -Hiding already watched content from subscribers -Easily de-activate filters from the subscriptions page Upcoming Features: -List view filtering -Automatic channel assignment from your subscription list -General redesign of the popup
Extension Basic Information
Name | |
ID | pgfmiggljohpblgjgbglmloiffafgadg |
Official URL | https://chrome.google.com/webstore/detail/youtube-subfilter-extensi/pgfmiggljohpblgjgbglmloiffafgadg |
Description | Filter your Youtube suscription videos easily |
File Size | 36.32 KB |
Installation Count | 359 |
Current Version | 0.2.6 |
Last Updated | 2017-01-09 |
Publish Date | 2017-01-09 |
Rating | 3.40/5 Total 10 Ratings |
Developer | julianabsatz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Subfilter Extension", "description": "Filter your Youtube suscription videos easily", "version": "0.2.6", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions*" ], "js": [ "jquery.min.js", "subscriptions.js" ] } ] } |