YouTube Turbo Button

Sets the video playback speed to a specified amount.

ما هو YouTube Turbo Button؟

YouTube Turbo Button هو إضافة Chrome تم تطويرها بواسطة https://systemcluster.me، والميزة الرئيسية لها هي "Sets the video playback speed to a specified amount.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Turbo Button

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

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

                        Adds a button that sets the playback speed of the current YouTube video to a configurable amount from 0.1x to 10x.                    

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

الاسم YouTube Turbo Button YouTube Turbo Button
ID bonbclphagmhlcpiahpimimkbmlamenc
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-turbo-button/bonbclphagmhlcpiahpimimkbmlamenc
الوصف Sets the video playback speed to a specified amount.
حجم الملف 31.05 KB
عدد التثبيتات 2,234
النسخة الحالية 0.1.4
آخر تحديث 2019-09-30
تاريخ النشر 2019-09-29
تقييم 5.00/5 مجموع تقييمات 3
المطور https://systemcluster.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Systemcluster/youtube-turbo-button
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Turbo Button",
    "short_name": "YT Turbo Button",
    "description": "Sets the video playback speed to a specified amount.",
    "version": "0.1.4",
    "author": "Christian Sdunek",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "options_ui": {
        "page": "chrome\/content\/settings_inline.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "icons": {
        "48": "chrome\/skin\/icon48.png",
        "64": "chrome\/skin\/icon64.png",
        "128": "chrome\/skin\/icon128.png",
        "256": "chrome\/skin\/icon256.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "48": "chrome\/skin\/icon48.png",
            "64": "chrome\/skin\/icon64.png",
            "128": "chrome\/skin\/icon128.png",
            "256": "chrome\/skin\/icon256.png"
        }
    },
    "permissions": [
        "*:\/\/*.youtube.com\/",
        "activeTab",
        "storage",
        "contextMenus"
    ]
}