HTML5 Media Rate Controller

HTML5 Media Rate Controller allows changing video and audio playback rate or time giving you control over media in your browser.

Qu'est-ce que HTML5 Media Rate Controller ?

HTML5 Media Rate Controller est une extension Chrome développée par Digital Edict, et sa fonction principale est "HTML5 Media Rate Controller allows changing video and audio playback rate or time giving you control over media in your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HTML5 Media Rate Controller

Téléchargez les fichiers d'extension HTML5 Media Rate Controller 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

                        HTML5 Media Rate Controller allows changing video and audio playback rate giving you better control over speed with which your browser plays HTML5 media.

This extension allows changing video or audio playback rate giving you full control over speed with which your browser plays HTML5 media. It is compatible with websites such as YouTube, Vimeo, and more.                    

Informations de Base sur l'Extension

Nom HTML5 Media Rate Controller HTML5 Media Rate Controller
ID lpmnmgdfmeebgdgpnjmekojjhnjbighh
URL Officiel https://chromewebstore.google.com/detail/html5-media-rate-controll/lpmnmgdfmeebgdgpnjmekojjhnjbighh
Description HTML5 Media Rate Controller allows changing video and audio playback rate or time giving you control over media in your browser.
Taille du Fichier 23.96 KB
Nombre d'Installations 1,413
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-03-18
Date de Publication 2018-03-18
Évaluation 4.29/5 Total 14 Évaluations
Développeur Digital Edict
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Media Rate Controller",
    "short_name": "MRC",
    "description": "HTML5 Media Rate Controller allows changing video and audio playback rate or time giving you control over media in your browser.",
    "version": "1.0.1",
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "browser_action": {
        "default_icon": "icon-48x48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_main.js"
            ],
            "all_frames": true
        }
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle feature foo"
        }
    }
}