Speed Sail - Playback Speed Controls
Change the playback speed of videos and audio clips in your current tab.
Speed Sail - Playback Speed Controls란 무엇입니까?
Speed Sail - Playback Speed Controls은(는) Ryan Helgoth에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the playback speed of videos and audio clips in your current tab."입니다.
확장 프로그램 스크린샷
Speed Sail - Playback Speed Controls 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Speed Sail - Playback Speed Controls |
ID | femeaeoieikbjdigindknmdgbomjhjop |
공식 URL | https://chromewebstore.google.com/detail/speed-sail-playback-speed/femeaeoieikbjdigindknmdgbomjhjop |
설명 | Change the playback speed of videos and audio clips in your current tab. |
파일 크기 | 16.04 KB |
설치 횟수 | 68 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-07-21 |
출시 날짜 | 2021-06-04 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Ryan Helgoth |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |