Open Spotify Desktop App
Automatically opens the Desktop Spotify app for open.spotify.com links.
Cos'è Open Spotify Desktop App?
Open Spotify Desktop App è un'estensione di Chrome sviluppata da thom801, e la sua funzione principale è "Automatically opens the Desktop Spotify app for open.spotify.com links.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open Spotify Desktop App
Scarica i file di estensione Open Spotify Desktop App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ccilmbdijoknlfpepncnebjkiclplhig |
| URL Ufficiale | https://chromewebstore.google.com/detail/open-spotify-desktop-app/ccilmbdijoknlfpepncnebjkiclplhig |
| Descrizione | Automatically opens the Desktop Spotify app for open.spotify.com links. |
| Dimensione del File | 8.13 KB |
| Conteggio Installazioni | 4,824 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-01-12 |
| Data di Pubblicazione | 2021-01-12 |
| Valutazione | 4.64/5 Totale 11 Valutazioni |
| Sviluppatore | thom801 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |