Video Speed Control

Easily control HTML5 video playback speed via toolbar popup

Video Speed Control क्या है?

Video Speed Control Sevina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily control HTML5 video playback speed via toolbar popup"।

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

screenshot

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

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

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

                        Video Speed Control extension lets you easily control the playback speed for all HTML5 video elements.

To work with this add-on, please open a webpage that contains HTML5 video elements. Then, play the desired video element and open the toolbar popup UI. Within the UI, adjust the playback speed and then click on the - Play - button (footer section). The playback speed will be changed according to the value shown in the popup. Please note that this add-on does NOT change the speed automatically. You need to open the toolbar popup UI and press the - Play - button each time (needs user-action). Moreover, every time a page is reloaded, the add-on needs a user action again. The minimum playback speed is 0.07x and the maximum speed is 16x. The min and max values are according to the HTML5 standards.

If you have a feature request or found a bug to report, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/video-speed-control.html).                    

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

नाम Video Speed Control Video Speed Control
ID aejbmaihhlajphnlcdbojkjbdckkfdki
आधिकारिक URL https://chromewebstore.google.com/detail/video-speed-control/aejbmaihhlajphnlcdbojkjbdckkfdki
विवरण Easily control HTML5 video playback speed via toolbar popup
फ़ाइल का आकार 44.73 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-07-05
प्रकाशन तिथि 2018-11-18
रेटिंग 4.97/5 कुल 33 रेटिंग्स
डेवलपर Sevina
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/video-speed-control.html
सहायता पृष्ठ URL https://mybrowseraddon.com/video-speed-control.html
गोपनीयता नीति पृष्ठ URL https://mybrowseraddon.com/privacy-policy/developer/sevina.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Video Speed Control",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/video-speed-control.html",
    "description": "Easily control HTML5 video playback speed via toolbar popup",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Video Speed Control",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}