youfilter
Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
Cos'è youfilter?
youfilter è un'estensione di Chrome sviluppata da https://tincher.de, e la sua funzione principale è "Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione youfilter
Scarica i file di estensione youfilter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ebiloedhohfcjdnhjedhiiaenimijicm |
URL Ufficiale | https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm |
Descrizione | Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist. |
Dimensione del File | 4.44 MB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2019-11-30 |
Data di Pubblicazione | 2019-11-30 |
Sviluppatore | https://tincher.de |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |