HTML5 Video Speed permanent Control

Speed controls for html5 video with memory effect.

HTML5 Video Speed permanent Control क्या है?

HTML5 Video Speed permanent Control SL5 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed controls for html5 video with memory effect."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTML5 Video Speed permanent Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        For changing the video speed 
you could use the follwoing keys and the mouse:

shortcuts list:

key=speed

0=0, 1=1, 2=2, 3=3, ... 8=8, 9=9
*=double, /=half
right=+0.1, left=-0.1, up=+0.5, down=+0.5
pageUp = +10, pageDown= -10


First time you change the speed of a video you need to use the mouse (left clicks inside the control).
Control is visible at the top left of current video.

Later you could use the shortcuts.

Its remembers speed for nearly all following videos, all playlists or so. Enjoy

if its not clicked the google default novigation shortcuts are active.
for example:
Numbers 1-9 - Go forward a percentage (1 goes forward 10%, 2 goes forward 20%, etc.).
Right arrow - Go forward 5 seconds.
More details see here https://sites.google.com/a/umich.edu/going-google/accessibility/google-keyboard-shortcuts---youtube 

Its tested with Google Chrome Version 42.0.2311.90                    

एक्सटेंशन की मूल जानकारी

नाम HTML5 Video Speed permanent Control HTML5 Video Speed permanent Control
ID cckfpdhbllgmnkoiegmbihfemegbdncp
आधिकारिक URL https://chrome.google.com/webstore/detail/html5-video-speed-permane/cckfpdhbllgmnkoiegmbihfemegbdncp
विवरण Speed controls for html5 video with memory effect.
फ़ाइल का आकार 163 KB
स्थापना संख्या 106
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2015-04-30
प्रकाशन तिथि 2015-04-30
रेटिंग 2.40/5 कुल 5 रेटिंग्स
डेवलपर SL5
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Speed permanent Control",
    "description": "Speed controls for html5 video with memory effect.",
    "short_name": "permanent Video Speed",
    "version": "1.0.2",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "speed_control.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}