YouTube Speed Control

Control the speed of YouTube videos!

YouTube Speed Control क्या है?

YouTube Speed Control https://avi12.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control the speed of YouTube videos!"।

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

screenshot

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

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

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

                        The one-stop solution for changing the speed of every video you watch on YouTube, including outside of YouTube.com!

Source code: https://github.com/avi12/youtube-speed-control                    

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

नाम YouTube Speed Control YouTube Speed Control
ID dmpbgbehgckaijcpmodinibhkdgbifif
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-speed-control/dmpbgbehgckaijcpmodinibhkdgbifif
विवरण Control the speed of YouTube videos!
फ़ाइल का आकार 83.99 KB
स्थापना संख्या 336
वर्तमान संस्करण 2.1.6
अंतिम अपडेट 2022-04-10
प्रकाशन तिथि 2020-11-02
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://avi12.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://avi12.com
सहायता पृष्ठ URL https://github.com/avi12/youtube-speed-control/issues/new/choose
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Speed Control",
    "short_name": "YT Speed",
    "description": "Control the speed of YouTube videos!",
    "version": "2.1.6",
    "manifest_version": 3,
    "author": "avi12",
    "developer": {
        "name": "avi12",
        "url": "https:\/\/avi12.com\/youtube-speed-control"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube-nocookie.com\/*"
            ],
            "js": [
                "build\/scripts\/ytsc-content-script-initialize.js"
            ],
            "css": [
                "build\/styles-injected\/main.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "YouTube Speed Control",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "96": "images\/icon-96.png",
            "128": "images\/icon-128.png"
        }
    },
    "offline_enabled": true,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}