youfilter

Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.

Qu'est-ce que youfilter ?

youfilter est une extension Chrome développée par https://tincher.de, et sa fonction principale est "Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension youfilter

Téléchargez les fichiers d'extension youfilter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom youfilter youfilter
ID ebiloedhohfcjdnhjedhiiaenimijicm
URL Officiel https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm
Description Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
Taille du Fichier 4.44 MB
Nombre d'Installations 10
Version Actuelle 1.5
Dernière Mise à Jour 2019-11-30
Date de Publication 2019-11-30
Développeur https://tincher.de
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}