5 Speed Options for HTML5 videos

Allows users to store 5 different speed options and access them with keyboard shortcuts

5 Speed Options for HTML5 videos क्या है?

5 Speed Options for HTML5 videos h-1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to store 5 different speed options and access them with keyboard shortcuts"।

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

screenshot
screenshot

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

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

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

                        Allows users to store 5 different speed options and access them with keyboard shortcuts.

5SpeedOptions is heavily influenced by Video Speed Controller
Developer: https://github.com/igrigorik
Video Speed Controller code: https://github.com/igrigorik/videospeed
Chrome extension: https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk

Icon made by Freepik from www.flaticon.com
http://www.flaticon.com/free-icon/number-5_1875                    

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

नाम 5 Speed Options for HTML5 videos 5 Speed Options for HTML5 videos
ID jgcledljkklfpfbidpfogmcihiphjibn
आधिकारिक URL https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn
विवरण Allows users to store 5 different speed options and access them with keyboard shortcuts
फ़ाइल का आकार 12.54 KB
स्थापना संख्या 341
वर्तमान संस्करण 1.3
अंतिम अपडेट 2018-10-03
प्रकाशन तिथि 2018-10-03
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर h-1
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/h-1/5SpeedOptions
सहायता पृष्ठ URL https://github.com/h-1/5SpeedOptions
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "5 Speed Options for HTML5 videos",
    "description": "Allows users to store 5 different speed options and access them with keyboard shortcuts",
    "version": "1.3",
    "homepage_url": "https:\/\/github.com\/h-1\/5SpeedOptions",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/Number_5_16.png",
        "48": "icons\/Number_5_64.png",
        "128": "icons\/Number_5_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/Number_5_16.png",
            "48": "icons\/Number_5_64.png"
        },
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}