Spotify Launcher
Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Cos'è Spotify Launcher?
Spotify Launcher è un'estensione di Chrome sviluppata da https://sergio.cat, e la sua funzione principale è "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spotify Launcher
Scarica i file di estensione Spotify Launcher 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | ijckohcliadaplkahbcfdcahjkchbfcc |
| URL Ufficiale | https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc |
| Descrizione | Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened. |
| Dimensione del File | 439 KB |
| Conteggio Installazioni | 502 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2015-03-11 |
| Data di Pubblicazione | 2015-03-11 |
| Valutazione | 3.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://sergio.cat |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Spotify Launcher",
"description": "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.",
"version": "1.2",
"author": {
"name": "Sergio Cruz",
"url": "http:\/\/sergio.cat\/"
},
"content_scripts": [
{
"js": [
"extension.js"
],
"css": [
"extension.css"
],
"run_at": "document_start",
"matches": [
"*:\/\/play.spotify.com\/*"
]
}
]
} | |