Spotify Launcher
Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
什么是Spotify Launcher?
Spotify Launcher是由https://sergio.cat开发的Chrome扩展程序,该扩展的主要功能是“Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.”。
扩展截图
下载Spotify Launcher扩展crx文件
下载Spotify Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | ijckohcliadaplkahbcfdcahjkchbfcc |
| 官方URL | https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc |
| 简介 | Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened. |
| 文件大小 | 439 KB |
| 安装次数 | 502 |
| 当前版本 | 1.2 |
| 更新时间 | 2015-03-11 |
| 上架时间 | 2015-03-11 |
| 评分 | 3.00/5 共4次评分 |
| 开发者 | https://sergio.cat |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Spotify Launcher",
"description": "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.",
"version": "1.2",
"author": {
"name": "Sergio Cruz",
"url": "http:\/\/sergio.cat\/"
},
"content_scripts": [
{
"js": [
"extension.js"
],
"css": [
"extension.css"
],
"run_at": "document_start",
"matches": [
"*:\/\/play.spotify.com\/*"
]
}
]
} | |