Video Speed And Sound Hotkeys

Use your keyboard to adjust video speed and sound.

Video Speed And Sound Hotkeys क्या है?

Video Speed And Sound Hotkeys wma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use your keyboard to adjust video speed and sound."।

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

screenshot

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

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

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

                        If you would like an easy way to control video speed and sound, this extension is for you. Instead of relying on websites to provide you with the functionality you want, this ensures that you will always be able to speed up, seek forward, and change the volume on the videos you watch.

The extension has been optimized to be both lightweight and subtle. This means that it will always be ready to go when you need it, while remaining hidden and using minimal resources when you don't.

Just give it a try - it's free!                    

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

नाम Video Speed And Sound Hotkeys Video Speed And Sound Hotkeys
ID lnjhdnilfpflonafjbdjbeplcipgfmon
आधिकारिक URL https://chromewebstore.google.com/detail/video-speed-and-sound-hot/lnjhdnilfpflonafjbdjbeplcipgfmon
विवरण Use your keyboard to adjust video speed and sound.
फ़ाइल का आकार 23.02 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2021-03-04
प्रकाशन तिथि 2021-02-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर wma
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed And Sound Hotkeys",
    "description": "Use your keyboard to adjust video speed and sound.",
    "version": "1.0.4",
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "48": "Icons\/icon48.png",
        "128": "Icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "Icons\/icon16.png",
            "32": "Icons\/icon32.png",
            "48": "Icons\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "match_about_blank": true,
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "hourglass.png",
        "volume-on.png",
        "volume-off.png"
    ]
}