Open Deezer in desktop app
Get redirected to the Deezer desktop app when you open a Deezer link in the browser.
Wat is Open Deezer in desktop app?
Open Deezer in desktop app is een Chrome-extensie ontwikkeld door smndhm, en de belangrijkste functie is "Get redirected to the Deezer desktop app when you open a Deezer link in the browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open Deezer in desktop app
Download Open Deezer in desktop app-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Open Deezer in desktop app |
ID | depodknemkobjklhmpemeagnehojilng |
Officiële URL | https://chromewebstore.google.com/detail/open-deezer-in-desktop-ap/depodknemkobjklhmpemeagnehojilng |
Beschrijving | Get redirected to the Deezer desktop app when you open a Deezer link in the browser. |
Bestandsgrootte | 15.03 KB |
Aantal Installaties | 62 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2021-12-20 |
Publicatiedatum | 2021-12-16 |
Ontwikkelaar | smndhm |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |