Open Spotify Desktop
Redirect all valid URL to Spotify Desktop App
ما هو Open Spotify Desktop؟
Open Spotify Desktop هو إضافة Chrome تم تطويرها بواسطة Chimildic، والميزة الرئيسية لها هي "Redirect all valid URL to Spotify Desktop App".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open Spotify Desktop
قم بتنزيل ملفات الامتداد Open Spotify Desktop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you click to link "open.spotify.com", the extension redirects to Spotify Desktop App and closes the tab. For the first redirect, set the "always allow" option so that the redirect will work automatically in the future. Support link to: track, playlist, user, artist, album, show, episode. To disable redirection, disable the extension in the browser. Feedback via GitHub (link in the right block) or Chrome Web Store.
معلومات أساسية عن التمديد
الاسم | Open Spotify Desktop |
ID | pnbnpemckkkiilpamimpoadnfjkchfjo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-spotify-desktop/pnbnpemckkkiilpamimpoadnfjkchfjo |
الوصف | Redirect all valid URL to Spotify Desktop App |
حجم الملف | 61.51 KB |
عدد التثبيتات | 661 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2021-03-16 |
تاريخ النشر | 2021-01-07 |
تقييم | 4.70/5 مجموع تقييمات 37 |
المطور | Chimildic |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Chimildic/open-spotify-desktop |
عنوان صفحة المساعدة | https://github.com/Chimildic/open-spotify-desktop/discussions |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/chimildic-privacy-policy |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "short_name": "__MSG_ext_short_name__", "description": "__MSG_ext_description__", "version": "0.0.5", "manifest_version": 2, "author": "Chimildic", "default_locale": "en", "permissions": [ "storage", "*:\/\/open.spotify.com\/*" ], "background": { "scripts": [ "\/script\/background\/background.js", "\/script\/background\/utils.js", "\/script\/background\/options.js", "\/script\/background\/request.js" ], "persistent": true }, "icons": { "16": "\/logo\/icon16.png", "24": "\/logo\/icon24.png", "32": "\/logo\/icon32.png", "64": "\/logo\/icon64.png", "128": "\/logo\/icon128.png", "256": "\/logo\/icon256.png", "512": "\/logo\/icon512.png" }, "homepage_url": "https:\/\/github.com\/Chimildic\/open-spotify-desktop" } |