Video Speed

Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard

什麼是Video Speed?

Video Speed是由Gil Amran開發的Chrome擴展程式,該擴展的主要功能是“Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard”。

擴展截圖

screenshot

下載Video Speed擴展crx文件

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

擴展使用說明

                        An easy way to control any HTML5 video playback speed.

[ Slowdown the video
] Speedup the video.
0 Reset, and get back to normal speed
- Go back 5 sec.
+ Skip 5 sec.


Have fun!
@gilamran

Note: This extension will ONLY work on the HTML5 version of YouTube                    

擴展基本資訊

名稱 Video Speed Video Speed
ID fnjmlegmhldjolpmcfjhooibnchlafgg
官方網址 https://chrome.google.com/webstore/detail/video-speed/fnjmlegmhldjolpmcfjhooibnchlafgg
簡介 Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard
檔案大小 23.07 KB
安裝次數 23,534
目前版本 2.0.7
更新時間 2015-12-19
上架時間 2015-12-19
評分 4.34/5 共 83 次評分
開發者 Gil Amran
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "name": "__MSG_appName__",
    "short_name": "VideoSpeed",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "version": "2.0.7",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content_scripts\/styles\/video-speed.css"
            ],
            "js": [
                "content_scripts\/scripts\/video_speed_content_scripts.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}