Playback Rate Controller

Take control over video playback speed! Change video/audio playback rates of HTML5 media including YouTube videos.

Qu'est-ce que Playback Rate Controller ?

Playback Rate Controller est une extension Chrome développée par Mateusz Sobczak, et sa fonction principale est "Take control over video playback speed! Change video/audio playback rates of HTML5 media including YouTube videos.".

Captures d'Écran de l'Extension

screenshot

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

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

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

Informations de Base sur l'Extension

Nom Playback Rate Controller Playback Rate Controller
ID hoaomahcgkefmbbphgnedkllmaincgae
URL Officiel https://chromewebstore.google.com/detail/playback-rate-controller/hoaomahcgkefmbbphgnedkllmaincgae
Description Take control over video playback speed! Change video/audio playback rates of HTML5 media including YouTube videos.
Taille du Fichier 16.63 KB
Nombre d'Installations 10,000
Version Actuelle 1.3.1
Dernière Mise à Jour 2020-01-16
Date de Publication 2020-01-14
Évaluation 4.60/5 Total 58 Évaluations
Développeur Mateusz Sobczak
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Playback Rate Controller",
    "short_name": "PRC",
    "description": "Take control over video playback speed! Change video\/audio playback rates of HTML5 media including YouTube videos.",
    "version": "1.3.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
        }
    ]
}