Playback Rate changer

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

Qu'est-ce que Playback Rate changer ?

Playback Rate changer est une extension Chrome développée par Amaan Cheval, et sa fonction principale est "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".

Télécharger le fichier CRX de l'extension Playback Rate changer

Téléchargez les fichiers d'extension Playback Rate changer 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

                        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.                    

Informations de Base sur l'Extension

Nom Playback Rate changer Playback Rate changer
ID jhpkealghknaaojaaiahfmkgfpomcjfc
URL Officiel https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc
Description Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Taille du Fichier 3.79 KB
Nombre d'Installations 15
Version Actuelle 1.1
Dernière Mise à Jour 2015-11-12
Date de Publication 2015-11-12
Évaluation 3.50/5 Total 4 Évaluations
Développeur Amaan Cheval
Type de Paiement free
Langues Prises en Charge 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
}