Video Speed

Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard

Video Speed क्या है?

Video Speed Gil Amran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard"।

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

screenshot

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

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

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

                        An easy way to control any HTML5 video playback speed.

[ Slowdown the video
] Speedup the video.
0 Reset, and get back to normal speed
- Go back 5 sec.
+ Skip 5 sec.


Have fun!
@gilamran

Note: This extension will ONLY work on the HTML5 version of YouTube                    

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

नाम Video Speed Video Speed
ID fnjmlegmhldjolpmcfjhooibnchlafgg
आधिकारिक URL https://chrome.google.com/webstore/detail/video-speed/fnjmlegmhldjolpmcfjhooibnchlafgg
विवरण Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard
फ़ाइल का आकार 23.07 KB
स्थापना संख्या 23,534
वर्तमान संस्करण 2.0.7
अंतिम अपडेट 2015-12-19
प्रकाशन तिथि 2015-12-19
रेटिंग 4.34/5 कुल 83 रेटिंग्स
डेवलपर Gil Amran
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "name": "__MSG_appName__",
    "short_name": "VideoSpeed",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "version": "2.0.7",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content_scripts\/styles\/video-speed.css"
            ],
            "js": [
                "content_scripts\/scripts\/video_speed_content_scripts.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}