Video Speed Controller

Speed up video on every site!

什麼是Video Speed Controller?

Video Speed Controller是由https://jakubgrzywacz.pl開發的Chrome擴展程式,該擴展的主要功能是“Speed up video on every site!”。

擴展截圖

screenshot

下載Video Speed Controller擴展crx文件

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

擴展使用說明

                        Speed controller is really simple but useful extension for Chrome browser. Basically it's manipulating video speed on the site, to slow down or speed up video up to 5x speed!

Features:
- Change video speed even from 0.25 to 5.00.
- Additional button for x1/x2/x3 speed.
- Works on every site that is using video.

Changelog:
- 0.2.2
   - Experience and performance improvement
   - Update video speed on icon click
   - Reduce package size                    

擴展基本資訊

名稱 Video Speed Controller Video Speed Controller
ID oedcflfijnmdnkllbeoacabinnlgplmb
官方網址 https://chromewebstore.google.com/detail/video-speed-controller/oedcflfijnmdnkllbeoacabinnlgplmb
簡介 Speed up video on every site!
檔案大小 67.1 KB
安裝次數 20,000
目前版本 0.2.2
更新時間 2021-04-12
上架時間 2020-11-11
評分 4.95/5 共 20 次評分
開發者 https://jakubgrzywacz.pl
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://jakubgrzywacz.pl/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Speed Controller",
    "version": "0.2.2",
    "description": "Speed up video on every site!",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Video Speed Controller",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}