WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ScrewMyCode.in: Pitch control for YouTube

ScrewMyCode.in: Pitch control for YouTube

View on Chrome Web Store
View ScrewMyCode.in: Pitch control for YouTube Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (20 ratings)
1 new ratings
34 views
This extension has been viewed 34 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Slow down and speed up videos directly on YouTube like you would on a turntable.
Type
Extension
Users
2,000 users
1K
Bamdad
View author page of Bamdad
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 23, 2022
Version 2.4.3
Manifest version
3
Updated
Updated on August 12, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View ScrewMyCode.in: Pitch control for YouTube Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.3",
    "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"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top