Video Play Speed

Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.

什麼是Video Play Speed?

Video Play Speed是由Josephus Paye II開發的Chrome擴展程式,該擴展的主要功能是“Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.”。

擴展截圖

screenshot

下載Video Play Speed擴展crx文件

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

擴展使用說明

                        This extension allows you to easily change the playback speed of videos you are watching. You can speed up or slow down your videos in 3 clicks:

1. Right-click the video
2. Click Video Play Speed
3. Choose your playback speed

Note: YouTube™ videos not supported, as YouTube™ already supports changing the playback speed. Also, flash videos not supported, HTML5 videos only.

YouTube™ is a trademark of Google Inc.

The source of this extension is available here: https://github.com/JosephusPaye/video-playback-speed-extension                    

擴展基本資訊

名稱 Video Play Speed Video Play Speed
ID lciiobdgpdlmfjnahgcdmgebmpfkphpb
官方網址 https://chromewebstore.google.com/detail/video-play-speed/lciiobdgpdlmfjnahgcdmgebmpfkphpb
簡介 Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.
檔案大小 55.27 KB
安裝次數 3,259
目前版本 0.1
更新時間 2024-01-16
上架時間 2016-03-31
評分 3.09/5 共 11 次評分
開發者 Josephus Paye II
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Play Speed",
    "author": "Josephus Paye II",
    "description": "Easily change the playback speed of videos in your browser: right-click a video, click Video Play Speed, and then choose your speed.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "video-speed.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}