YouTube Speed

Extension for quickly switching YouTube video playback speed.

Cos'è YouTube Speed?

YouTube Speed è un'estensione di Chrome sviluppata da https://mee4dy.ru, e la sua funzione principale è "Extension for quickly switching YouTube video playback speed.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Speed

Scarica i file di estensione YouTube Speed 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

                        The extension adds the ability to quickly switch the video playback speed on YouTube.
Switch video playback speed in one click!                    

Informazioni di Base sull'Estensione

Nome YouTube Speed YouTube Speed
ID pbednjjkmmffbflkaokiafommndhafef
URL Ufficiale https://chromewebstore.google.com/detail/youtube-speed/pbednjjkmmffbflkaokiafommndhafef
Descrizione Extension for quickly switching YouTube video playback speed.
Dimensione del File 55.85 KB
Conteggio Installazioni 15
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-12-07
Data di Pubblicazione 2020-06-24
Sviluppatore https://mee4dy.ru
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://mee4dy.ru/terms
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/inj.js"
            ],
            "css": [
                "css\/inj.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Extension for quickly switching YouTube video playback speed.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "YouTube Speed",
    "version": "1.0.0"
}