Open Deezer in desktop app
Get redirected to the Deezer desktop app when you open a Deezer link in the browser.
Open Deezer in desktop app क्या है?
Open Deezer in desktop app smndhm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get redirected to the Deezer desktop app when you open a Deezer link in the browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Deezer in desktop app एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Open Deezer in desktop app |
ID | depodknemkobjklhmpemeagnehojilng |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-deezer-in-desktop-ap/depodknemkobjklhmpemeagnehojilng |
विवरण | Get redirected to the Deezer desktop app when you open a Deezer link in the browser. |
फ़ाइल का आकार | 15.03 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2021-12-20 |
प्रकाशन तिथि | 2021-12-16 |
डेवलपर | smndhm |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |