Playback Rate changer

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

Wat is Playback Rate changer?

Playback Rate changer is een Chrome-extensie ontwikkeld door Amaan Cheval, en de belangrijkste functie is "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".

Download het CRX-bestand van de extensie Playback Rate changer

Download Playback Rate changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
Officiële URL https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Beschrijving Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Bestandsgrootte 3.79 KB
Aantal Installaties 15
Huidige Versie 1.1
Laatst Bijgewerkt 2015-11-12
Publicatiedatum 2015-11-12
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Amaan Cheval
Betalingswijze free
Ondersteunde Talen 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
}