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」です。

拡張機能のスクリーンショット

screenshot

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 Open Spotify Desktop
ID pnbnpemckkkiilpamimpoadnfjkchfjo
公式URL 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
Eメール [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"
}