SpotCheck

Searches for the selected text in Spotify

Qu'est-ce que SpotCheck ?

SpotCheck est une extension Chrome développée par SpotCheck, et sa fonction principale est "Searches for the selected text in Spotify".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SpotCheck

Téléchargez les fichiers d'extension SpotCheck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SpotCheck SpotCheck
ID fdfebmbjloigljjdadinplkljlcdeemc
URL Officiel https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc
Description Searches for the selected text in Spotify
Taille du Fichier 18.49 KB
Nombre d'Installations 142
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-07-21
Date de Publication 2016-07-21
Évaluation 4.76/5 Total 34 Évaluations
Développeur SpotCheck
Type de Paiement free
Langues Prises en Charge 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"
    }
}