Faster videos

Lets you play youtube video at 3x and 4x speed

Faster videos क्या है?

Faster videos Xavi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you play youtube video at 3x and 4x speed"।

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

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

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

                        Ever wished you could watch videos at 3 or 4 times the speed?  Well now you can with this new amazing chrome plugin.  Get hyped for even faster PewDiePie and 100% more cat video.  This is the closest thing to that super-fast-learn-thingy in the Matrix.                    

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

नाम Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
आधिकारिक URL https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
विवरण Lets you play youtube video at 3x and 4x speed
फ़ाइल का आकार 20 KB
स्थापना संख्या 65
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-12-27
प्रकाशन तिथि 2017-12-27
डेवलपर Xavi
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Faster videos",
    "description": "Lets you play youtube video at 3x and 4x speed",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "plugin.js"
            ],
            "run_at": "document_end"
        }
    ]
}