Productive Youtube

Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…

ما هو Productive Youtube؟

Productive Youtube هو إضافة Chrome تم تطويرها بواسطة daniel.ziorli، والميزة الرئيسية لها هي "Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…".

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

screenshot

تحميل ملف CRX للإضافة Productive Youtube

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

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

                        Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a recommendations page optimized for watch time who can blame you. By removing it you can use youtube as a search engine instead of a mindless social media platform. Filter the channels you deem productive and increase the speed past 2x to take in information faster. Productive Youtube is designed to remove distraction and let you become the best you.                    

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

الاسم Productive Youtube Productive Youtube
ID iigjefiodblcogecpmdmpgboghepjcca
عنوان URL الرسمي https://chromewebstore.google.com/detail/productive-youtube/iigjefiodblcogecpmdmpgboghepjcca
الوصف Remove recommendations page, filter useless channels and speed up videos past 2x. Youtube at times can be very distracting with a…
حجم الملف 12.19 KB
عدد التثبيتات 116
النسخة الحالية 0.5.1
آخر تحديث 2019-04-19
تاريخ النشر 2019-04-18
تقييم 5.00/5 مجموع تقييمات 2
المطور daniel.ziorli
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productive Youtube",
    "version": "0.5.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.youtube.ca\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "extension_icon.png"
    },
    "web_accessible_resources": [
        "redirect.html",
        "popup.html"
    ]
}