playrate

Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video

ما هو playrate؟

playrate هو إضافة Chrome تم تطويرها بواسطة Evaw، والميزة الرئيسية لها هي "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video".

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

تحميل ملف CRX للإضافة playrate

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

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

                        You can speedup or slowdown a video.

This extension allows you to control the playback rate of an html video on the current page.
The goal is to be very simple and just do one thing.

Disclaimer
 * if the video is played through a plugin like flash, this extension will not be able to function.                    

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

الاسم playrate playrate
ID pjefnlaeacgiihhaahpglacipajmbfjb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/playrate/pjefnlaeacgiihhaahpglacipajmbfjb
الوصف Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video
حجم الملف 17.35 KB
عدد التثبيتات 301
النسخة الحالية 1.0.2
آخر تحديث 2016-04-07
تاريخ النشر 2016-04-07
تقييم 5.00/5 مجموع تقييمات 2
المطور Evaw
نوع الدفع free
موقع الإضافة https://github.com/Evaw/playrate
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "playrate",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "playrate.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}