TurboPlay - YouTube Speed Controls

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

Qu'est-ce que TurboPlay - YouTube Speed Controls ?

TurboPlay - YouTube Speed Controls est une extension Chrome développée par tonyadastra, et sa fonction principale est "Turbocharge your YouTube video with extra speed controls up to 16x".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TurboPlay - YouTube Speed Controls

Téléchargez les fichiers d'extension TurboPlay - YouTube Speed Controls au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TurboPlay - YouTube Speed Controls TurboPlay - YouTube Speed Controls
ID hgaadanbmkgnbopokohaclppnjfpfeif
URL Officiel https://chromewebstore.google.com/detail/turboplay-youtube-speed-c/hgaadanbmkgnbopokohaclppnjfpfeif
Description Turbocharge your YouTube video with extra speed controls up to 16x
Taille du Fichier 15.71 KB
Nombre d'Installations 14
Version Actuelle 1.0
Dernière Mise à Jour 2022-11-08
Date de Publication 2022-11-07
Développeur tonyadastra
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}