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 kampfkeksgeschwader11 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spotify Open In App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}