YouTube Turbo Button

Sets the video playback speed to a specified amount.

YouTube Turbo Button क्या है?

YouTube Turbo Button https://systemcluster.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets the video playback speed to a specified amount."।

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

screenshot
screenshot

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

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

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

                        Adds a button that sets the playback speed of the current YouTube video to a configurable amount from 0.1x to 10x.                    

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

नाम YouTube Turbo Button YouTube Turbo Button
ID bonbclphagmhlcpiahpimimkbmlamenc
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-turbo-button/bonbclphagmhlcpiahpimimkbmlamenc
विवरण Sets the video playback speed to a specified amount.
फ़ाइल का आकार 31.05 KB
स्थापना संख्या 2,234
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2019-09-30
प्रकाशन तिथि 2019-09-29
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://systemcluster.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Systemcluster/youtube-turbo-button
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Turbo Button",
    "short_name": "YT Turbo Button",
    "description": "Sets the video playback speed to a specified amount.",
    "version": "0.1.4",
    "author": "Christian Sdunek",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "options_ui": {
        "page": "chrome\/content\/settings_inline.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "icons": {
        "48": "chrome\/skin\/icon48.png",
        "64": "chrome\/skin\/icon64.png",
        "128": "chrome\/skin\/icon128.png",
        "256": "chrome\/skin\/icon256.png"
    },
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "48": "chrome\/skin\/icon48.png",
            "64": "chrome\/skin\/icon64.png",
            "128": "chrome\/skin\/icon128.png",
            "256": "chrome\/skin\/icon256.png"
        }
    },
    "permissions": [
        "*:\/\/*.youtube.com\/",
        "activeTab",
        "storage",
        "contextMenus"
    ]
}