Open Deezer in desktop app
Get redirected to the Deezer desktop app when you open a Deezer link in the browser.
Cos'è Open Deezer in desktop app?
Open Deezer in desktop app è un'estensione di Chrome sviluppata da smndhm, e la sua funzione principale è "Get redirected to the Deezer desktop app when you open a Deezer link in the browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open Deezer in desktop app
Scarica i file di estensione Open Deezer in desktop app in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Open Deezer in desktop app |
ID | depodknemkobjklhmpemeagnehojilng |
URL Ufficiale | https://chromewebstore.google.com/detail/open-deezer-in-desktop-ap/depodknemkobjklhmpemeagnehojilng |
Descrizione | Get redirected to the Deezer desktop app when you open a Deezer link in the browser. |
Dimensione del File | 15.03 KB |
Conteggio Installazioni | 62 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2021-12-20 |
Data di Pubblicazione | 2021-12-16 |
Sviluppatore | smndhm |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |