Spotify Open In App

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

Qu'est-ce que Spotify Open In App ?

Spotify Open In App est une extension Chrome développée par kampfkeksgeschwader11, et sa fonction principale est "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application".

Télécharger le fichier CRX de l'extension Spotify Open In App

Téléchargez les fichiers d'extension Spotify Open In App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Spotify Open In App Spotify Open In App
ID djbmbhjjincdlckokbmdalcnflihkjpa
URL Officiel https://chrome.google.com/webstore/detail/spotify-open-in-app/djbmbhjjincdlckokbmdalcnflihkjpa
Description Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application
Taille du Fichier 8.44 KB
Nombre d'Installations 2,000
Version Actuelle 0.21
Dernière Mise à Jour 2018-07-30
Date de Publication 2018-07-30
Évaluation 4.63/5 Total 8 Évaluations
Développeur kampfkeksgeschwader11
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kampfkeksgeschwader.wixsite.com/spotifyopeninapp
Langues Prises en Charge 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
    }
}