Youtube Accelerator

Set custom playback speeds on your Youtube videos

Cos'è Youtube Accelerator?

Youtube Accelerator è un'estensione di Chrome sviluppata da nunomrgomes, e la sua funzione principale è "Set custom playback speeds on your Youtube videos".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube Accelerator

Scarica i file di estensione Youtube Accelerator 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

                        Supports up to 16x speed.
For those videos where 2x just doesn't cut it.

Made and openly sourced by https://github.com/TheNunoGomes.                    

Informazioni di Base sull'Estensione

Nome Youtube Accelerator Youtube Accelerator
ID ajobbbellhaokbfkgkcpapmbenlccokd
URL Ufficiale https://chromewebstore.google.com/detail/youtube-accelerator/ajobbbellhaokbfkgkcpapmbenlccokd
Descrizione Set custom playback speeds on your Youtube videos
Dimensione del File 7.17 KB
Conteggio Installazioni 520
Versione Corrente 2.0.2
Ultimo Aggiornamento 2022-08-25
Data di Pubblicazione 2022-01-16
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore nunomrgomes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Accelerator",
    "description": "Set custom playback speeds on your Youtube videos",
    "version": "2.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "youtube\/utils.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/homepage.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/video.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}