Spotify Playback Speed
Adds a button and menu to manipulate playback speed on Spotify Web.
Spotify Playback Speed là gì?
Spotify Playback Speed là một tiện ích mở rộng Chrome được phát triển bởi raphael m, và tính năng chính của nó là "Adds a button and menu to manipulate playback speed on Spotify Web.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spotify Playback Speed
Tải xuống các tệp mở rộng Spotify 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
Quickly change playback speed on Spotify Web because some songs just sound better faster or slower. -- Release notes -- December 5, 2023: * Fixed preserve pitch setting not being remembered * Fixed playback rate not being set right away when changing value August 17 & 20, 2023: * Fixed a bug from a recent Spotify Web update that caused the extension to not show up. August 15, 2023: * Added more checks to ensure a bug causing playback speed of 0 doesn't get set. August 3, 2023: * Fixed a bug that was causing potential audio artifacts due to unintended playback speed changes coming from a recent Spotify Web update. - Big thanks to Kamil K. for the help!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spotify Playback Speed |
ID | bgehnoihoklmofgehcefiaicdcdgppck |
URL Chính Thức | https://chromewebstore.google.com/detail/spotify-playback-speed/bgehnoihoklmofgehcefiaicdcdgppck |
Mô tả | Adds a button and menu to manipulate playback speed on Spotify Web. |
Kích Thước Tệp | 17.99 KB |
Số Lần Cài Đặt | 28,756 |
Phiên Bản Hiện Tại | 1.11 |
Cập Nhật Lần Cuối | 2023-12-05 |
Ngày Phát Hành | 2021-08-19 |
Đánh Giá | 4.68/5 Tổng số 182 Đánh Giá |
Nhà Phát Triển | raphael m |
[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": "Spotify Playback Speed", "description": "Adds a button and menu to manipulate playback speed on Spotify Web.", "version": "1.11", "manifest_version": 3, "author": "@rnikko", "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "resources": [ "script.js" ] } ] } |