Speed it up

Adds a browser action that provides a way to adjust playback rate on any website

Speed it up क्या है?

Speed it up Deven Bansod द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a browser action that provides a way to adjust playback rate on any website"।

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

screenshot

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

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

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

                        Wanting to watch Netflix, Amazon Primevideo, HotStar videos on a higher playback rate? Bumped that these websites don't allow for this?

This simple extension allows you to adjust the playback rate for any website with streaming videos with just a simple slider.                    

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

नाम Speed it up Speed it up
ID nfiebcmdfpjodedomagjlajcdpnkdopm
आधिकारिक URL https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm
विवरण Adds a browser action that provides a way to adjust playback rate on any website
फ़ाइल का आकार 19.75 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2019-06-10
प्रकाशन तिथि 2019-06-09
रेटिंग 4.93/5 कुल 29 रेटिंग्स
डेवलपर Deven Bansod
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/devenbansod/speed-it-up
सहायता पृष्ठ URL https://github.com/devenbansod/speed-it-up/issues/new
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed it up",
    "version": "0.0.2",
    "description": "Adds a browser action that provides a way to adjust playback rate on any website",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Speed it up",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}