Spotify Desktop-ify
Open Spotify URIs/web player links in the desktop app every time
Spotify Desktop-ifyとは何ですか?
Spotify Desktop-ifyはhttp://vazbloke.siteによって開発されたChromeの拡張機能で、その主な機能は「Open Spotify URIs/web player links in the desktop app every time」です。
拡張機能のスクリーンショット
Spotify Desktop-ify拡張機能のCRXファイルをダウンロード
Spotify Desktop-ify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This redirects Spotify content links to the Desktop app. Click on any song/playlist link to test - Doesn't navigate away from the current page - Auto-closes if opened in a new tab - Doesn’t autoplay and interrupt your music - Supports all content types (songs, playlists, concerts, podcasts, users…) - Can still use open.spotify.com - only redirects direct content link-clicks - Strips tracking ID in the link - for better privacy Open source at [ https://github.com/vazbloke/spotify-desktop-ify ]
拡張機能の基本情報
名前 | |
ID | fkfiaedcopkabchgncnaepbimnknjnah |
公式URL | https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah |
説明 | Open Spotify URIs/web player links in the desktop app every time |
ファイルサイズ | 16.37 KB |
インストール数 | 834 |
現在のバージョン | 1.1.4 |
最終更新日 | 2021-11-12 |
公開日 | 2020-09-29 |
評価 | 4.91/5 合計 11 レビュー |
開発者 | http://vazbloke.site |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://vazbloke.site/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Desktop-ify", "description": "Open Spotify URIs\/web player links in the desktop app every time", "version": "1.1.4", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/open.spotify.com\/*" ], "icons": { "16": "sd-ify-16.png", "48": "sd-ify-48.png", "128": "sd-ify-128.png" } } |