Youtube Video Speed UP!

Control Youtube Video Speed or any video that probably able to control, give it a try!

What is Youtube Video Speed UP!?

Youtube Video Speed UP! is a Chrome extension developed by xinxinz9999, and its main feature is "Control Youtube Video Speed or any video that probably able to control, give it a try!".

Extension Screenshots

screenshot

Download Youtube Video Speed UP! Extension CRX File

Download Youtube Video Speed UP! 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

                        Control Youtube Video Speed or any video that probably able to control.
Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.)
Slow Down from 0.01 to 1.                    

Extension Basic Information

Name Youtube Video Speed UP! Youtube Video Speed UP!
ID jdcgdehghfameefmeembbbajjkimigpe
Official URL https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe
Description Control Youtube Video Speed or any video that probably able to control, give it a try!
File Size 12.61 KB
Installation Count 221
Current Version 0.0.0.1
Last Updated 2021-09-30
Publish Date 2021-09-30
Rating 5.00/5 Total 3 Ratings
Developer xinxinz9999
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Video Speed UP!",
    "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "author": "XINXIN ZHAO",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        },
        "icons": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    }
}