Open Spotify Desktop App

Automatically opens the Desktop Spotify app for open.spotify.com links.

Qu'est-ce que Open Spotify Desktop App ?

Open Spotify Desktop App est une extension Chrome développée par thom801, et sa fonction principale est "Automatically opens the Desktop Spotify app for open.spotify.com links.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Open Spotify Desktop 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

                        When you click a link to open Spotify on your computer you are normally taken to the website and then have to take a few more steps to open the app. This extension will open the song, album, or playlist in the native app for you instantly.                    

Informations de Base sur l'Extension

Nom Open Spotify Desktop App Open Spotify Desktop App
ID ccilmbdijoknlfpepncnebjkiclplhig
URL Officiel https://chromewebstore.google.com/detail/open-spotify-desktop-app/ccilmbdijoknlfpepncnebjkiclplhig
Description Automatically opens the Desktop Spotify app for open.spotify.com links.
Taille du Fichier 8.13 KB
Nombre d'Installations 4,824
Version Actuelle 1.0
Dernière Mise à Jour 2021-01-12
Date de Publication 2021-01-12
Évaluation 4.64/5 Total 11 Évaluations
Développeur thom801
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Spotify Desktop App",
    "version": "1.0",
    "description": "Automatically opens the Desktop Spotify app for open.spotify.com links.",
    "author": "Thom Allen - Twitter @thom801",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "https:\/\/open.spotify.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "open-spotify.js"
            ]
        }
    ]
}