Video Speed Control

When speed is not enough! Control the speed of your favorite videos: Slower or faster. You are "the only one who decides"!

什麼是Video Speed Control?

Video Speed Control是由https://batressc.com開發的Chrome擴展程式,該擴展的主要功能是“When speed is not enough! Control the speed of your favorite videos: Slower or faster. You are "the only one who decides"!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Video Speed Control擴展crx文件

下載Video Speed Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you need more speed?

Video Speed ​​Control is an extension for all Chromium based web browsers, that allows you to control the playback speed of online videos.

Whether you need to skip that boring part of your series or advertisements, or want to enjoy that action scene, with Video Speed ​​Control you can make it, since it allows with a high level of precision to increase or decrease the playback speed.

It works on most of websites, and yes: It is 100% tested on Youtube.

Now you are "the only one who decides"!

=======================================================
NEW FEATURES in version 2.0.1 (sunshines)
=======================================================
* Global and site-specific speed settings.
* Speed management enhancements: Maintains set speed settings even when showing ads or switching videos.
* Compatibility with most websites.
* Addition of 1.25x preset speed.
* Performance improvements and bug fixes.
* Credits & donations                    

擴展基本資訊

名稱 Video Speed Control Video Speed Control
ID nkldafgkfkngellahbdcigfpacpgongm
官方網址 https://chromewebstore.google.com/detail/video-speed-control/nkldafgkfkngellahbdcigfpacpgongm
簡介 When speed is not enough! Control the speed of your favorite videos: Slower or faster. You are "the only one who decides"!
檔案大小 227 KB
安裝次數 619
目前版本 2.0.1 sunshines
更新時間 2022-10-17
上架時間 2021-07-19
評分 4.00/5 共 4 次評分
開發者 https://batressc.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://blog.batressc.com/video-speed-control-2-0-1-sunshine
隱私政策頁面URL https://blog.batressc.com/politica-privacidad
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.1",
    "version_name": "2.0.1 sunshines",
    "name": "Video Speed Control",
    "short_name": "batressc-vsc",
    "description": "When speed is not enough! Control the speed of your favorite videos: Slower or faster. You are \"the only one who decides\"!",
    "author": "Luis Gustavo Fern\u00e1ndez Batres",
    "homepage_url": "https:\/\/blog.batressc.com\/video-speed-control-2-0-1-sunshine",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/scripts\/refresh-speed.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/16x16_video_speed_control.png",
        "32": "\/images\/32x32_video_speed_control.png",
        "48": "\/images\/48x48_video_speed_control.png",
        "128": "\/images\/128x128_video_speed_control.png"
    },
    "action": {
        "default_popup": "popup-main.html",
        "default_icon": {
            "16": "\/images\/16x16_disabled_video_speed_control.png",
            "32": "\/images\/32x32_disabled_video_speed_control.png",
            "48": "\/images\/48x48_disabled_video_speed_control.png",
            "128": "\/images\/128x128_disabled_video_speed_control.png"
        }
    }
}