Spotify Open In App

Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application

ما هو Spotify Open In App؟

Spotify Open In App هو إضافة Chrome تم تطويرها بواسطة kampfkeksgeschwader11، والميزة الرئيسية لها هي "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application".

تحميل ملف CRX للإضافة Spotify Open In App

قم بتنزيل ملفات الامتداد Spotify Open In App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        You are sick of Spotify links opening in the web player? We have the solution!                    

معلومات أساسية عن التمديد

الاسم Spotify Open In App Spotify Open In App
ID djbmbhjjincdlckokbmdalcnflihkjpa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/spotify-open-in-app/djbmbhjjincdlckokbmdalcnflihkjpa
الوصف Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application
حجم الملف 8.44 KB
عدد التثبيتات 2,000
النسخة الحالية 0.21
آخر تحديث 2018-07-30
تاريخ النشر 2018-07-30
تقييم 4.63/5 مجموع تقييمات 8
المطور kampfkeksgeschwader11
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://kampfkeksgeschwader.wixsite.com/spotifyopeninapp
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotify Open In App",
    "version": "0.21",
    "description": "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application",
    "manifest_version": 2,
    "icons": {
        "16": "SpotifyOpenInApp16.png",
        "48": "SpotifyOpenInApp48.png",
        "128": "SpotifyOpenInApp128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}