Spotify Player
A browser extension that streamlines your Spotify listening experience.
什么是Spotify Player?
Spotify Player是由davidnguyen179开发的Chrome扩展程序,该扩展的主要功能是“A browser extension that streamlines your Spotify listening experience.”。
扩展截图
下载Spotify Player扩展crx文件
下载Spotify Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Spotit, you can control your music without losing focus or getting distracted by switching to another window.
Here are some ways to connect with me and support Spotit:
★ Follow me on Twitter: https://twitter.com/davidnguyen121
★ Visit our website: https://www.spotit.page/
★ Support Spotit by donating here: https://paypal.me/davidnguyen179
These are the features that Spotit offers:
★ Play, Pause, Previous, and Next song controls
★ Volume control (using the mouse wheel)
★ Ability to like a song
★ Repeat and Shuffle options
★ Easy copy link to share with friends
★ Option to open the Spotify desktop app
Various hot keys for quick actions:
★ Space: Pause/Play
★ Arrow Right: Next song
★ Arrow Left: Previous song
★ Arrow Down: Volume down
★ Arrow Up: Volume up
★ M: Mute/Unmute
★ S: Add to liked songs/Remove from liked songs
★ R: Repeat
★ H: Turn on / off shuffle (only available in bigger UI)
★ C: Copy song url 扩展基本信息
| 名称 | |
| ID | bhdjjppbnlpjpeicimhemencfgjeldoa |
| 官方URL | https://chromewebstore.google.com/detail/spotify-player/bhdjjppbnlpjpeicimhemencfgjeldoa |
| 简介 | A browser extension that streamlines your Spotify listening experience. |
| 文件大小 | 1.36 MB |
| 安装次数 | 71,218 |
| 当前版本 | 3.1 |
| 更新时间 | 2023-06-04 |
| 上架时间 | 2020-06-30 |
| 评分 | 4.53/5 共100次评分 |
| 开发者 | davidnguyen179 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.spotit.page/ |
| 帮助页面URL | https://www.spotit.page/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Spotify Player",
"version": "3.1",
"description": "A browser extension that streamlines your Spotify listening experience.",
"permissions": [
"contextMenus",
"declarativeContent"
],
"host_permissions": [
"*:\/\/*.spotify.com\/"
],
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/spotify-mini-player-16.png",
"48": "images\/spotify-mini-player-48.png",
"128": "images\/spotify-mini-player-128.png"
},
"default_title": "Spotify Extension",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/spotify-mini-player-16.png",
"48": "images\/spotify-mini-player-48.png",
"128": "images\/spotify-mini-player-128.png"
},
"homepage_url": "https:\/\/www.spotit.page\/",
"author": "[email protected]"
} | |