Open Deezer in desktop app
Get redirected to the Deezer desktop app when you open a Deezer link in the browser.
Co to jest Open Deezer in desktop app?
Open Deezer in desktop app to rozszerzenie Chrome opracowane przez smndhm, a jego główną funkcją jest „Get redirected to the Deezer desktop app when you open a Deezer link in the browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open Deezer in desktop app
Pobierz pliki rozszerzeń Open Deezer in desktop app w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Open Deezer in desktop app |
ID | depodknemkobjklhmpemeagnehojilng |
Oficjalny URL | https://chromewebstore.google.com/detail/open-deezer-in-desktop-ap/depodknemkobjklhmpemeagnehojilng |
Opis | Get redirected to the Deezer desktop app when you open a Deezer link in the browser. |
Rozmiar pliku | 15.03 KB |
Liczba instalacji | 62 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2021-12-20 |
Data Publikacji | 2021-12-16 |
Deweloper | smndhm |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |