Stopify
Redirects links on web pages to skip loading the 'Spotify Web Player' and go directly to the official desktop app.
什麼是Stopify?
Stopify是由http://admchrysler.com開發的Chrome擴展程式,該擴展的主要功能是“Redirects links on web pages to skip loading the 'Spotify Web Player' and go directly to the official desktop app.”。
擴展截圖
下載Stopify擴展crx文件
下載Stopify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Redirects links on web pages to skip loading the 'Spotify Web Player' and go directly to the official desktop app. If for whatever reason the web player does load an icon appears in the address bar that will perform the redirect once clicked.
****MUST CHECK "Allow Spotify to be started from the Web" IN SPOTIFY DESKTOP APP PREFERENCES! ****
CHANGELOG:
Version 2.1 2014-04-31
----------------------
- Removes tracking parameters from URLs which was preventing some links from working.
Version 2.0.1 2013-07-17
----------------------
- Added page action icon on web player page
- Changed name from "Goodbye Spotify Web Player" to "Stopify"
Version 1.0.2 2013-07-14
----------------------
- removed target attribute from spotify link so unnecessary window doesn't open. 擴展基本資訊
| 名稱 | |
| ID | fhncainmahcgdcoejihgbkfopcmoghlc |
| 官方網址 | https://chrome.google.com/webstore/detail/stopify/fhncainmahcgdcoejihgbkfopcmoghlc |
| 簡介 | Redirects links on web pages to skip loading the 'Spotify Web Player' and go directly to the official desktop app. |
| 檔案大小 | 105 KB |
| 安裝次數 | 763 |
| 目前版本 | 2.1 |
| 更新時間 | 2014-03-31 |
| 上架時間 | 2014-03-31 |
| 評分 | 3.07/5 共 14 次評分 |
| 開發者 | http://admchrysler.com |
| 付費類型 | free |
| 擴展官網 | http://admchrysler.com/stopify |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Stopify",
"description": "Redirects links on web pages to skip loading the 'Spotify Web Player' and go directly to the official desktop app.",
"version": "2.1",
"homepage_url": "http:\/\/admchrysler.com",
"background": {
"scripts": [
"pageaction.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery-1.4.4.js",
"contentscript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"tabs",
"webRequest"
],
"page_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "Stopify"
},
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |