New Speed: Change the speed of ANY video

Change video speed on any videos including YouTube, HTML5, Vimeo, and more!

New Speed: Change the speed of ANY video क्या है?

New Speed: Change the speed of ANY video garrrettt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में New Speed: Change the speed of ANY video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Want to see that sports clip in slow motion? Want to fast forward through a boring lecture?

New Speed empowers you to change the speed of ANY video on ANY website including your professor's random videos! New Speed lets you change the precise speed of a video, not just the defaults provided on YouTube.

Give it a try! It's free! All feedback is welcome!

Check out the source code here: https://github.com/garrrettt/new-speed                    

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

नाम New Speed: Change the speed of ANY video New Speed: Change the speed of ANY video
ID cfolgdebpckafpglfoophadcpgnkpkcf
आधिकारिक URL https://chrome.google.com/webstore/detail/new-speed-change-the-spee/cfolgdebpckafpglfoophadcpgnkpkcf
विवरण Change video speed on any videos including YouTube, HTML5, Vimeo, and more!
फ़ाइल का आकार 36.35 KB
स्थापना संख्या 653
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-11-02
प्रकाशन तिथि 2019-11-02
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर garrrettt
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Speed: Change the speed of ANY video",
    "icons": {
        "16": "icons\/new_speed_icon_16.png",
        "32": "icons\/new_speed_icon_32.png",
        "48": "icons\/new_speed_icon_48.png",
        "96": "icons\/new_speed_icon_96.png",
        "128": "icons\/new_speed_icon_128.png"
    },
    "version": "1.0.0",
    "description": "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}