2x Speed

Change video speed on the web page to 2x speed

ما هو 2x Speed؟

2x Speed هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Change video speed on the web page to 2x speed".

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

screenshot

تحميل ملف CRX للإضافة 2x Speed

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

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

                        When this extension is clicked, this extension doubles the playback speed of the video in the page.                    

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

الاسم 2x Speed 2x Speed
ID olomblpgcmhcgpijaioadbecpidmmdmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb
الوصف Change video speed on the web page to 2x speed
حجم الملف 37.39 KB
عدد التثبيتات 1,652
النسخة الحالية 0.0.1
آخر تحديث 2019-07-18
تاريخ النشر 2019-07-17
تقييم 3.75/5 مجموع تقييمات 4
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/redshoga/2x-video-extension
عنوان صفحة المساعدة https://github.com/redshoga/2x-video-extension/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2x Speed",
    "version": "0.0.1",
    "description": "Change video speed on the web page to 2x speed",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}