Video Speed

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

Video Speed là gì?

Video Speed là một tiện ích mở rộng Chrome được phát triển bởi Gil Amran, và tính năng chính của nó là "Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Speed

Tải xuống các tệp mở rộng Video Speed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Speed Video Speed
ID fnjmlegmhldjolpmcfjhooibnchlafgg
URL Chính Thức https://chrome.google.com/webstore/detail/video-speed/fnjmlegmhldjolpmcfjhooibnchlafgg
Mô tả Change the play speed of YouTube/Facebook/Vimeo/EggHead or ANY website using only your keyboard
Kích Thước Tệp 23.07 KB
Số Lần Cài Đặt 23,534
Phiên Bản Hiện Tại 2.0.7
Cập Nhật Lần Cuối 2015-12-19
Ngày Phát Hành 2015-12-19
Đánh Giá 4.34/5 Tổng số 83 Đánh Giá
Nhà Phát Triển Gil Amran
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}