ScrewMyCode.in: Pitch control for YouTube
Slow down and speed up videos directly on YouTube like you would on a turntable.
What is ScrewMyCode.in: Pitch control for YouTube?
ScrewMyCode.in: Pitch control for YouTube is a Chrome extension developed by Bamdad, and its main feature is "Slow down and speed up videos directly on YouTube like you would on a turntable.".
Extension Screenshots
Download ScrewMyCode.in: Pitch control for YouTube Extension CRX File
Download ScrewMyCode.in: Pitch control for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
## 📖 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
Extension Basic Information
Name | ScrewMyCode.in: Pitch control for YouTube |
ID | lnoedjelpkmhegefhhjljmggjdicnbaa |
Official URL | https://chromewebstore.google.com/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa |
Description | Slow down and speed up videos directly on YouTube like you would on a turntable. |
File Size | 177 KB |
Installation Count | 377 |
Current Version | 2.4.0 |
Last Updated | 2022-08-06 |
Publish Date | 2022-02-23 |
Rating | 4.33/5 Total 6 Ratings |
Developer | Bamdad |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bamdadsabbagh/screwmycode-in--extension |
Help Page URL | https://github.com/bamdadsabbagh/screwmycode-in--extension/issues |
Privacy Policy Page URL | https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy |
Supported Languages | 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" ] } |