youfilter
Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
Was ist youfilter?
youfilter ist eine Chrome-Erweiterung, die von https://tincher.de entwickelt wurde, und ihr Hauptmerkmal ist "Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.".
Erweiterungsscreenshots
youfilter-Erweiterungs-CRX-Datei herunterladen
Laden Sie youfilter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ebiloedhohfcjdnhjedhiiaenimijicm |
Offizielle URL | https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm |
Beschreibung | Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist. |
Dateigröße | 4.44 MB |
Installationsanzahl | 10 |
Aktuelle Version | 1.5 |
Letztes Update | 2019-11-30 |
Veröffentlichungsdatum | 2019-11-30 |
Entwickler | https://tincher.de |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |