YouTube Speed

Extension for quickly switching YouTube video playback speed.

What is YouTube Speed?

YouTube Speed is a Chrome extension developed by https://mee4dy.ru, and its main feature is "Extension for quickly switching YouTube video playback speed.".

Extension Screenshots

screenshot

Download YouTube Speed Extension CRX File

Download YouTube Speed 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

                        The extension adds the ability to quickly switch the video playback speed on YouTube.
Switch video playback speed in one click!                    

Extension Basic Information

Name YouTube Speed YouTube Speed
ID pbednjjkmmffbflkaokiafommndhafef
Official URL https://chromewebstore.google.com/detail/youtube-speed/pbednjjkmmffbflkaokiafommndhafef
Description Extension for quickly switching YouTube video playback speed.
File Size 55.85 KB
Installation Count 15
Current Version 1.0.0
Last Updated 2021-12-07
Publish Date 2020-06-24
Developer https://mee4dy.ru
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mee4dy.ru/terms
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/inj.js"
            ],
            "css": [
                "css\/inj.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Extension for quickly switching YouTube video playback speed.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "YouTube Speed",
    "version": "1.0.0"
}