Playback Speed

Change the playback speed for video or audio clips on any website!

Playback Speed là gì?

Playback Speed là một tiện ích mở rộng Chrome được phát triển bởi reveratenm, và tính năng chính của nó là "Change the playback speed for video or audio clips on any website!".

Ả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 Playback Speed

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

                        Web browsers have native capability of slowing down or speeding up audio and video content on almost any website. This extension taps into this functionality to let you change the playback rate even on websites that do not make that functionality available through it's standard user interface. This extension is extremely lightweight with a very simple user interface and no fancy bells and whistles - just gets the job done!                    

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

Tên Playback Speed Playback Speed
ID gjeblkgnjlgadjnebddcllncefmmleio
URL Chính Thức https://chromewebstore.google.com/detail/playback-speed/gjeblkgnjlgadjnebddcllncefmmleio
Mô tả Change the playback speed for video or audio clips on any website!
Kích Thước Tệp 17.16 KB
Số Lần Cài Đặt 487
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-10-20
Ngày Phát Hành 2020-10-17
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển reveratenm
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Speed",
    "version": "1.2",
    "description": "Change the playback speed for video or audio clips on any website!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}