New Speed: Change the speed of ANY video

Change video speed on any videos including YouTube, HTML5, Vimeo, and more!

New Speed: Change the speed of ANY video là gì?

New Speed: Change the speed of ANY video là một tiện ích mở rộng Chrome được phát triển bởi garrrettt, và tính năng chính của nó là "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Speed: Change the speed of ANY video

Tải xuống các tệp mở rộng New Speed: Change the speed of ANY video 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

                        Want to see that sports clip in slow motion? Want to fast forward through a boring lecture?

New Speed empowers you to change the speed of ANY video on ANY website including your professor's random videos! New Speed lets you change the precise speed of a video, not just the defaults provided on YouTube.

Give it a try! It's free! All feedback is welcome!

Check out the source code here: https://github.com/garrrettt/new-speed                    

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

Tên New Speed: Change the speed of ANY video New Speed: Change the speed of ANY video
ID cfolgdebpckafpglfoophadcpgnkpkcf
URL Chính Thức https://chrome.google.com/webstore/detail/new-speed-change-the-spee/cfolgdebpckafpglfoophadcpgnkpkcf
Mô tả Change video speed on any videos including YouTube, HTML5, Vimeo, and more!
Kích Thước Tệp 36.35 KB
Số Lần Cài Đặt 653
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-11-02
Ngày Phát Hành 2019-11-02
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển garrrettt
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Speed: Change the speed of ANY video",
    "icons": {
        "16": "icons\/new_speed_icon_16.png",
        "32": "icons\/new_speed_icon_32.png",
        "48": "icons\/new_speed_icon_48.png",
        "96": "icons\/new_speed_icon_96.png",
        "128": "icons\/new_speed_icon_128.png"
    },
    "version": "1.0.0",
    "description": "Change video speed on any videos including YouTube, HTML5, Vimeo, and more!",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}