https://github.com/bamdadfr/screwmycode-in--extension
Variable speed pitch control for YouTube (Web Extension for Chrome and Firefox)
https://github.com/bamdadfr/screwmycode-in--extension
browser-extension chrome chrome-extension css firefox firefox-addon firefox-extension github-actions html javascript web-extension youtube
Last synced: 5 months ago
JSON representation
Variable speed pitch control for YouTube (Web Extension for Chrome and Firefox)
- Host: GitHub
- URL: https://github.com/bamdadfr/screwmycode-in--extension
- Owner: bamdadfr
- License: mit
- Created: 2020-05-28T18:14:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T00:16:16.000Z (10 months ago)
- Last Synced: 2024-07-30T18:59:31.259Z (9 months ago)
- Topics: browser-extension, chrome, chrome-extension, css, firefox, firefox-addon, firefox-extension, github-actions, html, javascript, web-extension, youtube
- Language: TypeScript
- Homepage: https://github.com/bamdadsabbagh/screwmycode-in--extension#-download
- Size: 3.73 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README









[ScrewMyCode.in](https://www.screwmycode.in/): Pitch control for YouTube

## 🚀 Download
**[
Chrome](https://chrome.google.com/webstore/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa)**
[
**Firefox**](https://addons.mozilla.org/firefox/addon/screwmycode-in/)
## 📖 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](https://www.screwmycode.in/)## 🖊 Contribute
```bash
git clone https://github.com/bamdadfr/screwmycode-in--extension.git
cd screwmycode-in--extension
yarn# with Chrome
yarn dev:chrome# with Firefox
yarn dev:firefox
```