Playback Rate Controller

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

What is Playback Rate Controller?

Playback Rate Controller is a Chrome extension developed by Mateusz Sobczak, and its main feature is "Take control over video playback speed! Change video/audio playback rates of HTML5 media including YouTube videos.".

Extension Screenshots

screenshot

Download Playback Rate Controller Extension CRX File

Download Playback Rate Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Playback Rate Controller Playback Rate Controller
ID hoaomahcgkefmbbphgnedkllmaincgae
Official URL 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.
File Size 16.63 KB
Installation Count 10,000
Current Version 1.3.1
Last Updated 2020-01-16
Publish Date 2020-01-14
Rating 4.60/5 Total 58 Ratings
Developer Mateusz Sobczak
Payment Type free
Supported Languages 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
        }
    ]
}