Filter Youtube Channels
Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!
Wat is Filter Youtube Channels?
Filter Youtube Channels is een Chrome-extensie ontwikkeld door QubitKernel, en de belangrijkste functie is "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Filter Youtube Channels
Download Filter Youtube Channels-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | nchjfnobpfpkgmhagecolagcfemdkjfm |
Officiële URL | https://chrome.google.com/webstore/detail/filter-youtube-channels/nchjfnobpfpkgmhagecolagcfemdkjfm |
Beschrijving | Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!! |
Bestandsgrootte | 27.94 KB |
Aantal Installaties | 113 |
Huidige Versie | 0.0.0.8 |
Laatst Bijgewerkt | 2019-11-24 |
Publicatiedatum | 2019-11-24 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | QubitKernel |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |