youfilter

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

youfilter क्या है?

youfilter https://tincher.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में youfilter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम youfilter youfilter
ID ebiloedhohfcjdnhjedhiiaenimijicm
आधिकारिक URL https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm
विवरण Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
फ़ाइल का आकार 4.44 MB
स्थापना संख्या 10
वर्तमान संस्करण 1.5
अंतिम अपडेट 2019-11-30
प्रकाशन तिथि 2019-11-30
डेवलपर https://tincher.de
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}