YouTube Distraction Remover

Remove the feed and sidebar on YouTube to free up your time

ما هو YouTube Distraction Remover؟

YouTube Distraction Remover هو إضافة Chrome تم تطويرها بواسطة Will S، والميزة الرئيسية لها هي "Remove the feed and sidebar on YouTube to free up your time".

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

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Distraction Remover

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

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

                                            

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

الاسم YouTube Distraction Remover YouTube Distraction Remover
ID neabcchaoiabjmjmnaljajpjoinhpkln
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln
الوصف Remove the feed and sidebar on YouTube to free up your time
حجم الملف 44.21 KB
عدد التثبيتات 706
النسخة الحالية 0.2
آخر تحديث 2016-10-14
تاريخ النشر 2016-10-14
تقييم 3.00/5 مجموع تقييمات 2
المطور Will S
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Distraction Remover",
    "description": "Remove the feed and sidebar on YouTube to free up your time",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}