playback speed extension

Very simple extension to control the playback speed of

ما هو playback speed extension؟

playback speed extension هو إضافة Chrome تم تطويرها بواسطة michaelerasmus، والميزة الرئيسية لها هي "Very simple extension to control the playback speed of

تحميل ملف CRX للإضافة playback speed extension

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

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

                        A super simple chrome extension to control the playback speed of any video element                    

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

الاسم playback speed extension playback speed extension
ID jokfkmkphpmdnonolbpnpacodbgjfeam
عنوان URL الرسمي https://chrome.google.com/webstore/detail/playback-speed-extension/jokfkmkphpmdnonolbpnpacodbgjfeam
الوصف Very simple extension to control the playback speed of
حجم الملف 8.93 KB
عدد التثبيتات 540
النسخة الحالية 0.0.4
آخر تحديث 2014-12-29
تاريخ النشر 2014-12-29
تقييم 4.64/5 مجموع تقييمات 11
المطور michaelerasmus
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "playback speed extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}