Video Speed Changer

This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…

Video Speed Changer là gì?

Video Speed Changer là một tiện ích mở rộng Chrome được phát triển bởi the.sh.developer, và tính năng chính của nó là "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…".

Ả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 Changer

Tải xuống các tệp mở rộng Video Speed Changer 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

                        This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.                    

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

Tên Video Speed Changer Video Speed Changer
ID nkgldikaifljadeeogdbanlckplpbffj
URL Chính Thức https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj
Mô tả This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Kích Thước Tệp 6.23 KB
Số Lần Cài Đặt 13,875
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-30
Ngày Phát Hành 2015-11-30
Đánh Giá 4.22/5 Tổng số 36 Đánh Giá
Nhà Phát Triển the.sh.developer
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,
    "name": "Video Speed Changer",
    "version": "1.0",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "Video Speed Changer",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "VideoSpeedChangerLoader.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}