SpeedUp: Netflix, Prime videos

Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.

SpeedUp: Netflix, Prime videos क्या है?

SpeedUp: Netflix, Prime videos SpeedUp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Overview:
Speed up or slow down any of your HTML5 videos on ALL websites: Netflix, Amazon Prime, Youtube, Facebook, Reddit, etc.

It is a waste of time when various video streaming websites don't support video speed modifications.  This extension helps you optimize your time utility by controlling the speed of videos on ALL websites. 

Use the simple User Interface provided by SpeedUp to set the desired video speed which reflects automatically in all tabs. It is simple, easy and convenient for everyone looking to an improved video streaming experience.


Firefox add-on link: https://addons.mozilla.org/en-US/firefox/addon/speedup2-netflix-prime-videos/                    

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

नाम SpeedUp: Netflix, Prime videos SpeedUp: Netflix, Prime videos
ID pldkddbkbcedophgedaeofceedjcaehl
आधिकारिक URL https://chromewebstore.google.com/detail/speedup-netflix-prime-vid/pldkddbkbcedophgedaeofceedjcaehl
विवरण Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.
फ़ाइल का आकार 56.87 KB
स्थापना संख्या 35,485
वर्तमान संस्करण 3.0
अंतिम अपडेट 2021-10-07
प्रकाशन तिथि 2019-08-13
रेटिंग 4.19/5 कुल 155 रेटिंग्स
डेवलपर SpeedUp
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpeedUp: Netflix, Prime videos",
    "short_name": "SpeedUp",
    "version": "3.0",
    "description": "Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.",
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/content.js"
            ]
        }
    ]
}