ScrewMyCode.in: Pitch control for YouTube
Slow down and speed up videos directly on YouTube like you would on a turntable.
O que é ScrewMyCode.in: Pitch control for YouTube?
ScrewMyCode.in: Pitch control for YouTube é uma extensão do Chrome desenvolvida por Bamdad, e sua principal característica é "Slow down and speed up videos directly on YouTube like you would on a turntable.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ScrewMyCode.in: Pitch control for YouTube
Baixe arquivos de extensão ScrewMyCode.in: Pitch control for YouTube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
## 📖 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
Informações Básicas da Extensão
Nome | ScrewMyCode.in: Pitch control for YouTube |
ID | lnoedjelpkmhegefhhjljmggjdicnbaa |
URL Oficial | https://chromewebstore.google.com/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa |
Descrição | Slow down and speed up videos directly on YouTube like you would on a turntable. |
Tamanho do Arquivo | 177 KB |
Contagem de Instalações | 377 |
Versão Atual | 2.4.0 |
Última Atualização | 2022-08-06 |
Data de Publicação | 2022-02-23 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | Bamdad |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bamdadsabbagh/screwmycode-in--extension |
URL da Página de Ajuda | https://github.com/bamdadsabbagh/screwmycode-in--extension/issues |
URL da Página de Política de Privacidade | https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy |
Idiomas Suportados | 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" ] } |