Spotify Open In App

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

Hvad er Spotify Open In App?

Spotify Open In App er en Chrome-udvidelse udviklet af kampfkeksgeschwader11, og dens hovedfunktion er "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application".

Download Spotify Open In App-udvidelses-CRX-fil

Download Spotify Open In App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Spotify Open In App Spotify Open In App
ID djbmbhjjincdlckokbmdalcnflihkjpa
Officiel URL https://chrome.google.com/webstore/detail/spotify-open-in-app/djbmbhjjincdlckokbmdalcnflihkjpa
Beskrivelse Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application
Filstørrelse 8.44 KB
Antal Installationer 2,000
Nuværende Version 0.21
Senest Opdateret 2018-07-30
Udgivelsesdato 2018-07-30
Bedømmelse 4.63/5 Samlet 8 Bedømmelser
Udvikler kampfkeksgeschwader11
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://kampfkeksgeschwader.wixsite.com/spotifyopeninapp
Understøttede Sprog 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
    }
}