ScrewMyCode.in: Pitch control for YouTube
Slow down and speed up videos directly on YouTube like you would on a turntable.
Wat is ScrewMyCode.in: Pitch control for YouTube?
ScrewMyCode.in: Pitch control for YouTube is een Chrome-extensie ontwikkeld door Bamdad, en de belangrijkste functie is "Slow down and speed up videos directly on YouTube like you would on a turntable.".
Extensie Screenshots
Download het CRX-bestand van de extensie ScrewMyCode.in: Pitch control for YouTube
Download ScrewMyCode.in: Pitch control for YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
## 📖 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
Basisinformatie over de Extensie
Naam | ScrewMyCode.in: Pitch control for YouTube |
ID | lnoedjelpkmhegefhhjljmggjdicnbaa |
Officiële URL | https://chromewebstore.google.com/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa |
Beschrijving | Slow down and speed up videos directly on YouTube like you would on a turntable. |
Bestandsgrootte | 177 KB |
Aantal Installaties | 377 |
Huidige Versie | 2.4.0 |
Laatst Bijgewerkt | 2022-08-06 |
Publicatiedatum | 2022-02-23 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Bamdad |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bamdadsabbagh/screwmycode-in--extension |
Help Pagina-URL | https://github.com/bamdadsabbagh/screwmycode-in--extension/issues |
URL van de Privacybeleid Pagina | https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy |
Ondersteunde Talen | 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" ] } |