YouFocus - YouTube Filter

A filter for YouTube videos.

ما هو YouFocus - YouTube Filter؟

YouFocus - YouTube Filter هو إضافة Chrome تم تطويرها بواسطة Practimake، والميزة الرئيسية لها هي "A filter for YouTube videos.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة YouFocus - YouTube Filter

قم بتنزيل ملفات الامتداد YouFocus - YouTube Filter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Now you can filter your recommended YouTube videos based on the words in the title and channel name! Stop the distractions and 2am YouTube sessions and focus on the videos that matter to you.                    

معلومات أساسية عن التمديد

الاسم YouFocus - YouTube Filter YouFocus - YouTube Filter
ID nlokjknlncdcjohkpclkbeofefnmjaad
عنوان URL الرسمي https://chromewebstore.google.com/detail/youfocus-youtube-filter/nlokjknlncdcjohkpclkbeofefnmjaad
الوصف A filter for YouTube videos.
حجم الملف 729 KB
عدد التثبيتات 230
النسخة الحالية 1.0.1
آخر تحديث 2020-07-17
تاريخ النشر 2020-07-15
تقييم 4.80/5 مجموع تقييمات 5
المطور Practimake
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouFocus - YouTube Filter",
    "description": "A filter for YouTube videos.",
    "version": "1.0.1",
    "icons": {
        "128": "funnelV2.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "utils.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "utils.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "funnelV2.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "declarativeContent"
    ]
}