TurboPlay - YouTube Speed Controls

Turbocharge your YouTube video with extra speed controls up to 16x

Cos'è TurboPlay - YouTube Speed Controls?

TurboPlay - YouTube Speed Controls è un'estensione di Chrome sviluppata da tonyadastra, e la sua funzione principale è "Turbocharge your YouTube video with extra speed controls up to 16x".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TurboPlay - YouTube Speed Controls

Scarica i file di estensione TurboPlay - YouTube Speed Controls in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        No more 2x limit! Gain control of playing your YouTube video using advanced speed controls of up to 16x. Blends seamlessly with the YouTube interface.

* Shortcuts are the same *
>: speed up
<: slow down

You may not want to play the entire video at 16x. You can press:
s to go back to 1x
d to revert to speed before "s"

This is just v1 of this product. We want to hear from you and welcome feedback for improvement.                    

Informazioni di Base sull'Estensione

Nome TurboPlay - YouTube Speed Controls TurboPlay - YouTube Speed Controls
ID hgaadanbmkgnbopokohaclppnjfpfeif
URL Ufficiale https://chromewebstore.google.com/detail/turboplay-youtube-speed-c/hgaadanbmkgnbopokohaclppnjfpfeif
Descrizione Turbocharge your YouTube video with extra speed controls up to 16x
Dimensione del File 15.71 KB
Conteggio Installazioni 14
Versione Corrente 1.0
Ultimo Aggiornamento 2022-11-08
Data di Pubblicazione 2022-11-07
Sviluppatore tonyadastra
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TurboPlay - YouTube Speed Controls",
    "version": "1.0",
    "description": "Turbocharge your YouTube video with extra speed controls up to 16x",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ]
}