youfilter

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

ما هو youfilter؟

youfilter هو إضافة Chrome تم تطويرها بواسطة https://tincher.de، والميزة الرئيسية لها هي "Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة youfilter

قم بتنزيل ملفات الامتداد youfilter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}