Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)

logo

[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
```