youfilter
Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
Wat is youfilter?
youfilter is een Chrome-extensie ontwikkeld door https://tincher.de, en de belangrijkste functie is "Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.".
Extensie Screenshots
Download het CRX-bestand van de extensie youfilter
Download youfilter-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
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.
Basisinformatie over de Extensie
Naam | |
ID | ebiloedhohfcjdnhjedhiiaenimijicm |
Officiële URL | https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm |
Beschrijving | Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist. |
Bestandsgrootte | 4.44 MB |
Aantal Installaties | 10 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2019-11-30 |
Publicatiedatum | 2019-11-30 |
Ontwikkelaar | https://tincher.de |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |