Spotify Open In App

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

Wat is Spotify Open In App?

Spotify Open In App is een Chrome-extensie ontwikkeld door kampfkeksgeschwader11, en de belangrijkste functie is "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application".

Download het CRX-bestand van de extensie Spotify Open In App

Download Spotify Open In App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Spotify Open In App Spotify Open In App
ID djbmbhjjincdlckokbmdalcnflihkjpa
Officiële URL https://chrome.google.com/webstore/detail/spotify-open-in-app/djbmbhjjincdlckokbmdalcnflihkjpa
Beschrijving Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application
Bestandsgrootte 8.44 KB
Aantal Installaties 2,000
Huidige Versie 0.21
Laatst Bijgewerkt 2018-07-30
Publicatiedatum 2018-07-30
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar kampfkeksgeschwader11
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kampfkeksgeschwader.wixsite.com/spotifyopeninapp
Ondersteunde Talen 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
    }
}