Open Spotify Desktop App
Automatically opens the Desktop Spotify app for open.spotify.com links.
ما هو Open Spotify Desktop App؟
Open Spotify Desktop App هو إضافة Chrome تم تطويرها بواسطة thom801، والميزة الرئيسية لها هي "Automatically opens the Desktop Spotify app for open.spotify.com links.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open Spotify Desktop App
قم بتنزيل ملفات الامتداد Open Spotify Desktop App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you click a link to open Spotify on your computer you are normally taken to the website and then have to take a few more steps to open the app. This extension will open the song, album, or playlist in the native app for you instantly.
معلومات أساسية عن التمديد
الاسم | Open Spotify Desktop App |
ID | ccilmbdijoknlfpepncnebjkiclplhig |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-spotify-desktop-app/ccilmbdijoknlfpepncnebjkiclplhig |
الوصف | Automatically opens the Desktop Spotify app for open.spotify.com links. |
حجم الملف | 8.13 KB |
عدد التثبيتات | 4,824 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-01-12 |
تاريخ النشر | 2021-01-12 |
تقييم | 4.64/5 مجموع تقييمات 11 |
المطور | thom801 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Spotify Desktop App", "version": "1.0", "description": "Automatically opens the Desktop Spotify app for open.spotify.com links.", "author": "Thom Allen - Twitter @thom801", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "https:\/\/open.spotify.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "https:\/\/open.spotify.com\/*" ], "js": [ "open-spotify.js" ] } ] } |