Video Speed Plus

Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.

什么是Video Speed Plus?

Video Speed Plus是由Terman Booth开发的Chrome扩展程序,该扩展的主要功能是“Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.”。

扩展截图

screenshot

下载Video Speed Plus扩展crx文件

下载Video Speed Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Video Speed Plus manages speed for video and audio playback.
Now you can easily slow down or speed up videos with flexible configuration. 

How to use Video Speed Plus:
🟡 Via extension’s popup;
🟡 When the video or audio is playing, you can use the keyboard shortcuts (you will learn more about them below).

Features:
🟢 You can set the playback speed that is comfortable for you with an accuracy of 1%; 
🟢 In our extension, you can find keyboard shortcuts. Press “s” to reset playback speed, press “a” to increase speed by 1%, press “d” to decrease speed by 1%. 
🟢 Video Speed Plus has a very flexible configuration: you can adjust speed on a single tab, on a specific site, or everywhere by default; 
🟢 The extension is compatible with almost all sites that play video and audio formats 

With the help of the Video Speed Plus, you can listen x2 to audiobooks, fast-forward ads and slow down the speed of the video to better understand when you watch the series in a foreign language. 

Video Speed Plus will assist your video consumption. Just install it and see for yourself.                    

扩展基本信息

名称 Video Speed Plus Video Speed Plus
ID cgkbmfhfkklneanmdfcbgokdbadihboa
官方URL https://chrome.google.com/webstore/detail/video-speed-plus/cgkbmfhfkklneanmdfcbgokdbadihboa
简介 Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.
文件大小 497 KB
安装次数 3,000
当前版本 0.3.1.0
更新时间 2021-10-01
上架时间 2021-08-12
评分 3.67/5 共3次评分
开发者 Terman Booth
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1I8_FEAOLVpsKT94GtI-vviIsyL3UVtlxukt70WKfMHY/edit?usp=sharing
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Video Speed Plus team",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        ""
    ],
    "short_name": "__MSG_extName__",
    "version": "0.3.1.0",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}