Spotify Launcher
Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Wat is Spotify Launcher?
Spotify Launcher is een Chrome-extensie ontwikkeld door https://sergio.cat, en de belangrijkste functie is "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spotify Launcher
Download Spotify Launcher-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
Basisinformatie over de Extensie
| Naam | |
| ID | ijckohcliadaplkahbcfdcahjkchbfcc |
| Officiële URL | https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc |
| Beschrijving | Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened. |
| Bestandsgrootte | 439 KB |
| Aantal Installaties | 502 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2015-03-11 |
| Publicatiedatum | 2015-03-11 |
| Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://sergio.cat |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |