JVideoSpeeder

A HTML5 video speeder

What is JVideoSpeeder?

JVideoSpeeder is a Chrome extension developed by http://junorz.com, and its main feature is "A HTML5 video speeder".

Extension Screenshots

screenshot

Download JVideoSpeeder Extension CRX File

Download JVideoSpeeder 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

                        Change the playback rate of HTML5 videos.
改变HTML5视频播放倍速                    

Extension Basic Information

Name JVideoSpeeder JVideoSpeeder
ID fkfimeiemcndheacffalfcgblhmhfkhj
Official URL https://chrome.google.com/webstore/detail/jvideospeeder/fkfimeiemcndheacffalfcgblhmhfkhj
Description A HTML5 video speeder
File Size 16.92 KB
Installation Count 137
Current Version 1.0
Last Updated 2019-06-23
Publish Date 2019-06-18
Rating 5.00/5 Total 3 Ratings
Developer http://junorz.com
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JVideoSpeeder",
    "description": "A HTML5 video speeder",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.junorz.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}