Spotify Open In App
Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application
Spotify Open In Appとは何ですか?
Spotify Open In Appはkampfkeksgeschwader11によって開発されたChromeの拡張機能で、その主な機能は「Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application」です。
Spotify Open In App拡張機能のCRXファイルをダウンロード
Spotify Open In App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You are sick of Spotify links opening in the web player? We have the solution!
拡張機能の基本情報
名前 | |
ID | djbmbhjjincdlckokbmdalcnflihkjpa |
公式URL | https://chrome.google.com/webstore/detail/spotify-open-in-app/djbmbhjjincdlckokbmdalcnflihkjpa |
説明 | Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application |
ファイルサイズ | 8.44 KB |
インストール数 | 2,000 |
現在のバージョン | 0.21 |
最終更新日 | 2018-07-30 |
公開日 | 2018-07-30 |
評価 | 4.63/5 合計 8 レビュー |
開発者 | kampfkeksgeschwader11 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://kampfkeksgeschwader.wixsite.com/spotifyopeninapp |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Open In App", "version": "0.21", "description": "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application", "manifest_version": 2, "icons": { "16": "SpotifyOpenInApp16.png", "48": "SpotifyOpenInApp48.png", "128": "SpotifyOpenInApp128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |