Open Spotify Desktop
Redirect all valid URL to Spotify Desktop App
什麼是Open Spotify Desktop?
Open Spotify Desktop是由Chimildic開發的Chrome擴展程式,該擴展的主要功能是“Redirect all valid URL to Spotify Desktop App”。
擴展截圖
下載Open Spotify Desktop擴展crx文件
下載Open Spotify Desktop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When you click to link "open.spotify.com", the extension redirects to Spotify Desktop App and closes the tab. For the first redirect, set the "always allow" option so that the redirect will work automatically in the future. Support link to: track, playlist, user, artist, album, show, episode. To disable redirection, disable the extension in the browser. Feedback via GitHub (link in the right block) or Chrome Web Store.
擴展基本資訊
名稱 | Open Spotify Desktop |
ID | pnbnpemckkkiilpamimpoadnfjkchfjo |
官方網址 | https://chromewebstore.google.com/detail/open-spotify-desktop/pnbnpemckkkiilpamimpoadnfjkchfjo |
簡介 | Redirect all valid URL to Spotify Desktop App |
檔案大小 | 61.51 KB |
安裝次數 | 661 |
目前版本 | 0.0.5 |
更新時間 | 2021-03-16 |
上架時間 | 2021-01-07 |
評分 | 4.70/5 共 37 次評分 |
開發者 | Chimildic |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Chimildic/open-spotify-desktop |
說明頁面URL | https://github.com/Chimildic/open-spotify-desktop/discussions |
隱私政策頁面URL | https://sites.google.com/view/chimildic-privacy-policy |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "short_name": "__MSG_ext_short_name__", "description": "__MSG_ext_description__", "version": "0.0.5", "manifest_version": 2, "author": "Chimildic", "default_locale": "en", "permissions": [ "storage", "*:\/\/open.spotify.com\/*" ], "background": { "scripts": [ "\/script\/background\/background.js", "\/script\/background\/utils.js", "\/script\/background\/options.js", "\/script\/background\/request.js" ], "persistent": true }, "icons": { "16": "\/logo\/icon16.png", "24": "\/logo\/icon24.png", "32": "\/logo\/icon32.png", "64": "\/logo\/icon64.png", "128": "\/logo\/icon128.png", "256": "\/logo\/icon256.png", "512": "\/logo\/icon512.png" }, "homepage_url": "https:\/\/github.com\/Chimildic\/open-spotify-desktop" } |