Spotify Desktop-ify
Open Spotify URIs/web player links in the desktop app every time
ما هو Spotify Desktop-ify؟
Spotify Desktop-ify هو إضافة Chrome تم تطويرها بواسطة http://vazbloke.site، والميزة الرئيسية لها هي "Open Spotify URIs/web player links in the desktop app every time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spotify Desktop-ify
قم بتنزيل ملفات الامتداد Spotify Desktop-ify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This redirects Spotify content links to the Desktop app. Click on any song/playlist link to test - Doesn't navigate away from the current page - Auto-closes if opened in a new tab - Doesn’t autoplay and interrupt your music - Supports all content types (songs, playlists, concerts, podcasts, users…) - Can still use open.spotify.com - only redirects direct content link-clicks - Strips tracking ID in the link - for better privacy Open source at [ https://github.com/vazbloke/spotify-desktop-ify ]
معلومات أساسية عن التمديد
الاسم | |
ID | fkfiaedcopkabchgncnaepbimnknjnah |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah |
الوصف | Open Spotify URIs/web player links in the desktop app every time |
حجم الملف | 16.37 KB |
عدد التثبيتات | 834 |
النسخة الحالية | 1.1.4 |
آخر تحديث | 2021-11-12 |
تاريخ النشر | 2020-09-29 |
تقييم | 4.91/5 مجموع تقييمات 11 |
المطور | http://vazbloke.site |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://vazbloke.site/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Desktop-ify", "description": "Open Spotify URIs\/web player links in the desktop app every time", "version": "1.1.4", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/open.spotify.com\/*" ], "icons": { "16": "sd-ify-16.png", "48": "sd-ify-48.png", "128": "sd-ify-128.png" } } |