Redirect for Spotify
Redirects open.spotify.com links to your desktop application.
Redirect for Spotifyとは何ですか?
Redirect for Spotifyはkobelobsterによって開発されたChromeの拡張機能で、その主な機能は「Redirects open.spotify.com links to your desktop application.」です。
拡張機能のスクリーンショット
Redirect for Spotify拡張機能のCRXファイルをダウンロード
Redirect for Spotify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is just a first version for Spotify. It supports redirecting links from open.spotify.com to your desktop app if they are * an album * a playllist * a podcast * a user * an artist * a song Currently not supported is: * Error handling * Opening links while navigating spotify web ui. Currently requires reload of page ------ Licensing Icon copyright by PINPOINT.WORLD from https://www.iconfinder.com/icons/4418005/redirect_refocuse_reorientate_repurpose_reroute_shift_switch_icon under license https://creativecommons.org/licenses/by/3.0/ Icon is taken from here https://www.iconfinder.com/icons/4418005/redirect_refocuse_reorientate_repurpose_reroute_shift_switch_icon using
拡張機能の基本情報
名前 | Redirect for Spotify |
ID | ljhalgddlebknpbdkgodfkamemjombpp |
公式URL | https://chromewebstore.google.com/detail/redirect-for-spotify/ljhalgddlebknpbdkgodfkamemjombpp |
説明 | Redirects open.spotify.com links to your desktop application. |
ファイルサイズ | 5.78 KB |
インストール数 | 448 |
現在のバージョン | 0.2.0 |
最終更新日 | 2020-04-12 |
公開日 | 2020-04-12 |
評価 | 4.25/5 合計 8 レビュー |
開発者 | kobelobster |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redirect for Spotify", "version": "0.2.0", "description": "Redirects open.spotify.com links to your desktop application.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/open.spotify.com\/*" ], "js": [ "redirect.js" ] } ], "permissions": [ "webNavigation" ] } |