Open Deezer in desktop app
Get redirected to the Deezer desktop app when you open a Deezer link in the browser.
What is Open Deezer in desktop app?
Open Deezer in desktop app is a Chrome extension developed by smndhm, and its main feature is "Get redirected to the Deezer desktop app when you open a Deezer link in the browser.".
Extension Screenshots
Download Open Deezer in desktop app Extension CRX File
Download Open Deezer in desktop app extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Open Deezer in desktop app |
ID | depodknemkobjklhmpemeagnehojilng |
Official URL | https://chromewebstore.google.com/detail/open-deezer-in-desktop-ap/depodknemkobjklhmpemeagnehojilng |
Description | Get redirected to the Deezer desktop app when you open a Deezer link in the browser. |
File Size | 15.03 KB |
Installation Count | 62 |
Current Version | 1.1.1 |
Last Updated | 2021-12-20 |
Publish Date | 2021-12-16 |
Developer | smndhm |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |