Video Speed Controller

Speed controller for HTML5 videos. Manage video speed, speed up, slow down, advance and rewind using the keyboard.

Video Speed Controller क्या है?

Video Speed Controller Elmer Murry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed controller for HTML5 videos. Manage video speed, speed up, slow down, advance and rewind using the keyboard."।

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

screenshot
screenshot
screenshot

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

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

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

                        Simply handle playback speed while watching videos. Video Speed Manager allows you to speed up or slow down any video during the watching. No standards or limits. Just increase and decrease the playback speed, advance and rewind video as many times as you need.

Have you ever wanted to advance the boring moment or just rewind the favourite video moment more and more? Video Speed Manager is the best tool for video running. Settings console will help to optimize video reviewing. All you need is just set needed shortcuts. 

Use speed indicator in the left corner of video player or use your keyboard to control video speed.                    

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

नाम Video Speed Controller Video Speed Controller
ID fkopaaikpmfhpmoobnmklgmcgmhgfkcd
आधिकारिक URL https://chrome.google.com/webstore/detail/video-speed-manager/fkopaaikpmfhpmoobnmklgmcgmhgfkcd
विवरण Speed controller for HTML5 videos. Manage video speed, speed up, slow down, advance and rewind using the keyboard.
फ़ाइल का आकार 42.67 KB
स्थापना संख्या 523,509
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2023-01-03
प्रकाशन तिथि 2019-10-24
रेटिंग 4.50/5 कुल 658 रेटिंग्स
डेवलपर Elmer Murry
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,hi,bn,gu,ml,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "action": {
        "default_icon": "icons\/38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "inject.css",
                "shadow.css"
            ],
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/hangouts\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "38": "icons\/38.png",
        "19": "icons\/19.png"
    },
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.css",
                "shadow.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "2.0.4"
}