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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Spotify Launcher |
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\/*" ] } ] } |