2x Speed

Change video speed on the web page to 2x speed

2x Speed क्या है?

2x Speed Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change video speed on the web page to 2x speed"।

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

screenshot

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

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

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

                        When this extension is clicked, this extension doubles the playback speed of the video in the page.                    

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

नाम 2x Speed 2x Speed
ID olomblpgcmhcgpijaioadbecpidmmdmb
आधिकारिक URL https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb
विवरण Change video speed on the web page to 2x speed
फ़ाइल का आकार 37.39 KB
स्थापना संख्या 1,652
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-07-18
प्रकाशन तिथि 2019-07-17
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/redshoga/2x-video-extension
सहायता पृष्ठ URL https://github.com/redshoga/2x-video-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2x Speed",
    "version": "0.0.1",
    "description": "Change video speed on the web page to 2x speed",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}