ScrewMyCode.in: Pitch control for YouTube

Slow down and speed up videos directly on YouTube like you would on a turntable.

ScrewMyCode.in: Pitch control for YouTube क्या है?

ScrewMyCode.in: Pitch control for YouTube Bamdad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Slow down and speed up videos directly on YouTube like you would on a turntable."।

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

screenshot

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

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

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

                        ## 📖 Description

Slow down and speed up videos directly on YouTube like you would on a turntable.

### ⚙️ Use either

- Popup settings
- Embedded controls

### 📣 Share to

- Users of the extension with the dynamic YouTube URL
- Other users through the dedicated website ScrewMyCode.in                    

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

नाम ScrewMyCode.in: Pitch control for YouTube ScrewMyCode.in: Pitch control for YouTube
ID lnoedjelpkmhegefhhjljmggjdicnbaa
आधिकारिक URL https://chromewebstore.google.com/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa
विवरण Slow down and speed up videos directly on YouTube like you would on a turntable.
फ़ाइल का आकार 177 KB
स्थापना संख्या 377
वर्तमान संस्करण 2.4.0
अंतिम अपडेट 2022-08-06
प्रकाशन तिथि 2022-02-23
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Bamdad
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bamdadsabbagh/screwmycode-in--extension
सहायता पृष्ठ URL https://github.com/bamdadsabbagh/screwmycode-in--extension/issues
गोपनीयता नीति पृष्ठ URL https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.0",
    "name": "ScrewMyCode.in: Pitch control for YouTube",
    "short_name": "ScrewMyCode.in",
    "description": "Slow down and speed up videos directly on YouTube like you would on a turntable.",
    "icons": {
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icon-128.png"
        },
        "default_title": "ScrewMyCode.in",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}