Speed Sail - Playback Speed Controls

Change the playback speed of videos and audio clips in your current tab.

Speed Sail - Playback Speed Controls là gì?

Speed Sail - Playback Speed Controls là một tiện ích mở rộng Chrome được phát triển bởi Ryan Helgoth, và tính năng chính của nó là "Change the playback speed of videos and audio clips in your current tab.".

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

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

                        Speed Sail gives you the power to change the speed of videos and audio clips in your current tab! From slowing down videos or audio to help with learning a new language, to speeding up lectures to save time, Speed Sail has many uses to make your life easier!

-Whats new:
    -Update 1.1.0 is here!
        -When opening the extension pop up the slider will now be set to the last speed you applied. This makes it easier to quickly re-apply a speed selection if it was lost by the page being refreshed or an ad being shown over the video.
        -Now values on the slider from 0.25 to 2 are incremented by 0.25, while values from 2 to 16 are incremented by 1. This makes the slider less cluttered with values and makes it easier to pick the value you want without skipping over it.
    -For update history vist: https://github.com/RyanHelgoth/speed-sail/wiki/Update-History

-Features:
    -Applies speed change to every supported video and audio clip in the current tab.
    -Default speed button to quickly switch back to 1x speed.
    -Speed ranges from 0.25x to 16x.
    -Supports many websites including YouTube, Reddit, Twitter, and Facebook.
    
-Note:
    -While Speed Sail works with most websites, some are not currently supported such as Spotify and SoundCloud.
    -Currently only supports English.

-Credits:
    -Ryan Helgoth: Wrote all JavaScript, HTML, and CSS for Speed Sail.
        -References used can be found in code as comments at: 
            https://github.com/RyanHelgoth/speed-sail
    -Jonah Farkasdi: Made logos and promotional image.                    

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

Tên Speed Sail - Playback Speed Controls Speed Sail - Playback Speed Controls
ID femeaeoieikbjdigindknmdgbomjhjop
URL Chính Thức https://chromewebstore.google.com/detail/speed-sail-playback-speed/femeaeoieikbjdigindknmdgbomjhjop
Mô tả Change the playback speed of videos and audio clips in your current tab.
Kích Thước Tệp 16.04 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-07-21
Ngày Phát Hành 2021-06-04
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Ryan Helgoth
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": "Speed Sail - Playback Speed Controls",
    "description": "Change the playback speed of videos and audio clips in your current tab.",
    "version": "1.1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}