Open Deezer in desktop app

Get redirected to the Deezer desktop app when you open a Deezer link in the browser.

Open Deezer in desktop appとは何ですか?

Open Deezer in desktop appはsmndhmによって開発されたChromeの拡張機能で、その主な機能は「Get redirected to the Deezer desktop app when you open a Deezer link in the browser.」です。

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

screenshot
screenshot

Open Deezer in desktop app拡張機能のCRXファイルをダウンロード

Open Deezer in desktop app拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Opening a Deezer link while using the app leads to a disappointing experience.
If in the end you want to listen to it in the application you end up having to search for it in the application ...
This extension allows you to correct this, when you open a Deezer link you will be offered to be redirected to the application.                    

拡張機能の基本情報

名前 Open Deezer in desktop app Open Deezer in desktop app
ID depodknemkobjklhmpemeagnehojilng
公式URL https://chromewebstore.google.com/detail/open-deezer-in-desktop-ap/depodknemkobjklhmpemeagnehojilng
説明 Get redirected to the Deezer desktop app when you open a Deezer link in the browser.
ファイルサイズ 15.03 KB
インストール数 62
現在のバージョン 1.1.1
最終更新日 2021-12-20
公開日 2021-12-16
開発者 smndhm
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Deezer in desktop app",
    "description": "Get redirected to the Deezer desktop app when you open a Deezer link in the browser.",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.deezer.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ]
}