Video speed buttons

Add video speed control buttons to online videos

什麼是Video speed buttons?

Video speed buttons是由Dona Hafner開發的Chrome擴展程式,該擴展的主要功能是“Add video speed control buttons to online videos”。

擴展截圖

screenshot

下載Video speed buttons擴展crx文件

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

擴展使用說明

                        Video Speed Buttons adds speed controls to web video players. You can fast forward or slow down video playback even on websites that don't allow such functionality.

Features:
✰ Set playback speed in range 0.25-20x
✰ Preserve playback speed if you return to the video 
✰ Video controls are available over the video player
✰ OR you can use keyboard shortcuts

Shortcuts:
“s” and “d” to speed up or slow down the video playback.                    

擴展基本資訊

名稱 Video speed buttons Video speed buttons
ID afffieldplmegknlfkicedfpbbdbpaef
官方網址 https://chrome.google.com/webstore/detail/video-speed-buttons/afffieldplmegknlfkicedfpbbdbpaef
簡介 Add video speed control buttons to online videos
檔案大小 576 KB
安裝次數 10,000
目前版本 1.28
更新時間 2022-05-16
上架時間 2020-08-30
評分 5.00/5 共 5 次評分
開發者 Dona Hafner
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/privacy-policyvideo-speed
支援的語言 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,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",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.28",
    "offline_enabled": true,
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "inject_style.css"
            ],
            "js": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        ""
    ]
}