Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T00:16:16.000Z (6 months ago)
- Last Synced: 2024-07-30T18:59:31.259Z (5 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
![release](https://img.shields.io/github/v/release/bamdadfr/screwmycode-in--extension)
![license](https://img.shields.io/github/license/bamdadfr/screwmycode-in--extension)
![maintainability](https://img.shields.io/codeclimate/maintainability/bamdadfr/screwmycode-in--extension)
![coverage](https://img.shields.io/codeclimate/coverage/bamdadfr/screwmycode-in--extension)
![snyk](https://img.shields.io/snyk/vulnerabilities/github/bamdadfr/screwmycode-in--extension)![chrome version](https://img.shields.io/chrome-web-store/v/lnoedjelpkmhegefhhjljmggjdicnbaa?label=chrome)
![chrome users](https://img.shields.io/chrome-web-store/users/lnoedjelpkmhegefhhjljmggjdicnbaa)
![chrome rating](https://img.shields.io/chrome-web-store/stars/lnoedjelpkmhegefhhjljmggjdicnbaa)![firefox version](https://img.shields.io/amo/v/screwmycode-in?label=firefox)
![firefox users](https://img.shields.io/amo/users/screwmycode-in)
![firefox rating](https://img.shields.io/amo/stars/screwmycode-in?label=rating)[ScrewMyCode.in](https://www.screwmycode.in/): Pitch control for YouTube
![](assets/screenshots/screenshot-01.png)
## 🚀 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
```