Playback Rate changer

Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements

Cos'è Playback Rate changer?

Playback Rate changer è un'estensione di Chrome sviluppata da Amaan Cheval, e la sua funzione principale è "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".

Scarica il file CRX dell'estensione Playback Rate changer

Scarica i file di estensione Playback Rate changer 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

                        An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements.

Keyboard shortcuts:

Alt and + increases speed
Alt and - decreases speed
Alt and 0 resets speed temporarily

The speed is saved locally for each domain individually.

Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.                    

Informazioni di Base sull'Estensione

Nome Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
URL Ufficiale https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Descrizione Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Dimensione del File 3.79 KB
Conteggio Installazioni 15
Versione Corrente 1.1
Ultimo Aggiornamento 2015-11-12
Data di Pubblicazione 2015-11-12
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore Amaan Cheval
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements",
    "name": "Playback Rate changer",
    "version": "1.1",
    "manifest_version": 2
}