YouTube Player Speed Controls

Adds playback speed controls to player control bar.

YouTube Player Speed Controls क्या है?

YouTube Player Speed Controls Seishin4real द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds playback speed controls to player control bar."।

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

screenshot

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

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

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

                        Adds playback speed controls to the control bar of the youtube player.                    

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

नाम YouTube Player Speed Controls YouTube Player Speed Controls
ID acibbdogpnpdfhhhhiofgegplmhhffgf
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-player-speed-cont/acibbdogpnpdfhhhhiofgegplmhhffgf
विवरण Adds playback speed controls to player control bar.
फ़ाइल का आकार 14.8 KB
स्थापना संख्या 975
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-05-02
प्रकाशन तिथि 2019-05-02
रेटिंग 4.29/5 कुल 17 रेटिंग्स
डेवलपर Seishin4real
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Player Speed Controls",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds playback speed controls to player control bar.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon48.png"
    },
    "permissions": [
        "storage",
        "*:\/\/www.youtube.com\/*"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "scripts\/scripts.js"
            ]
        }
    ]
}