SpotCheck

Searches for the selected text in Spotify

Cos'è SpotCheck?

SpotCheck è un'estensione di Chrome sviluppata da SpotCheck, e la sua funzione principale è "Searches for the selected text in Spotify".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SpotCheck

Scarica i file di estensione SpotCheck 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

                        The ultimate Spotify google chrome extension.
Highlight any text of a song name, then right click and you can either Open it in Spotify, Copy the link for it in Spotify (for easy sharing), or add it to your Saved Songs or any playlist.

Note: We are not affiliated with Spotify.                    

Informazioni di Base sull'Estensione

Nome SpotCheck SpotCheck
ID fdfebmbjloigljjdadinplkljlcdeemc
URL Ufficiale https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc
Descrizione Searches for the selected text in Spotify
Dimensione del File 18.49 KB
Conteggio Installazioni 142
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-07-21
Data di Pubblicazione 2016-07-21
Valutazione 4.76/5 Totale 34 Valutazioni
Sviluppatore SpotCheck
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpotCheck",
    "short_name": "Search",
    "description": "Searches for the selected text in Spotify",
    "version": "1.0.0",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "tabs",
        "identity",
        "storage",
        "https:\/\/api.spotify.com\/*\/"
    ],
    "icons": {
        "16": "assets\/search.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "assets\/search.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    }
}