Open Deezer in desktop app
Get redirected to the Deezer desktop app when you open a Deezer link in the browser.
Co je Open Deezer in desktop app?
Open Deezer in desktop app je rozšíření Chrome vyvinuté smndhm, a jeho hlavní funkcí je „Get redirected to the Deezer desktop app when you open a Deezer link in the browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Open Deezer in desktop app
Stáhněte si soubory rozšíření Open Deezer in desktop app ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Open Deezer in desktop app |
ID | depodknemkobjklhmpemeagnehojilng |
Oficiální URL | https://chromewebstore.google.com/detail/open-deezer-in-desktop-ap/depodknemkobjklhmpemeagnehojilng |
Popis | Get redirected to the Deezer desktop app when you open a Deezer link in the browser. |
Velikost souboru | 15.03 KB |
Počet instalací | 62 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2021-12-20 |
Datum Vydání | 2021-12-16 |
Vývojář | smndhm |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |