Spotify Launcher

Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.

Τι είναι το Spotify Launcher;

Το Spotify Launcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sergio.cat, και η κύρια λειτουργία του είναι "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Spotify Launcher

Λήψη αρχείων επέκτασης Spotify Launcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Spotify Launcher Spotify Launcher
ID ijckohcliadaplkahbcfdcahjkchbfcc
Επίσημο URL https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc
Περιγραφή Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Μέγεθος Αρχείου 439 KB
Αριθμός Εγκαταστάσεων 502
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2015-03-11
Ημερομηνία Δημοσίευσης 2015-03-11
Αξιολόγηση 3.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://sergio.cat
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}