Coursera Playback Speed

Allows you to set playback speed to any value (from 0.25x to 10x)

Coursera Playback Speed क्या है?

Coursera Playback Speed Church of Thought द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to set playback speed to any value (from 0.25x to 10x)"।

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

screenshot

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

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

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

                        Coursera's video player normally caps the playback speed to a maximum of 2x. With this extension, the playback speed can be increased to any desired multiplier from 0.25x to 10x.

The keyboard shortcuts are listed below:
Space: Play/Pause
Up: Increase Volume
Down: Decrease Volume
Left: Skip Back
Right: Skip Forward
F: Toggle Fullscreen                    

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

नाम Coursera Playback Speed Coursera Playback Speed
ID ggonllaomlopoinanbapoaamhomlflao
आधिकारिक URL https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao
विवरण Allows you to set playback speed to any value (from 0.25x to 10x)
फ़ाइल का आकार 19.73 KB
स्थापना संख्या 983
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-04-11
प्रकाशन तिथि 2020-10-17
रेटिंग 4.13/5 कुल 16 रेटिंग्स
डेवलपर Church of Thought
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/
गोपनीयता नीति पृष्ठ URL https://churchofthought.org/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allows you to set playback speed to any value (from 0.25x to 10x)",
    "manifest_version": 2,
    "name": "Coursera Playback Speed",
    "short_name": "Coursera Playspeed",
    "version": "1.1",
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hook.js"
    ]
}