SpotCheck

Searches for the selected text in Spotify

Was ist SpotCheck?

SpotCheck ist eine Chrome-Erweiterung, die von SpotCheck entwickelt wurde, und ihr Hauptmerkmal ist "Searches for the selected text in Spotify".

Erweiterungsscreenshots

screenshot

SpotCheck-Erweiterungs-CRX-Datei herunterladen

Laden Sie SpotCheck-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SpotCheck SpotCheck
ID fdfebmbjloigljjdadinplkljlcdeemc
Offizielle URL https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc
Beschreibung Searches for the selected text in Spotify
Dateigröße 18.49 KB
Installationsanzahl 142
Aktuelle Version 1.0.0
Letztes Update 2016-07-21
Veröffentlichungsdatum 2016-07-21
Bewertung 4.76/5 Insgesamt 34 Bewertungen
Entwickler SpotCheck
Zahlungsart free
Unterstützte Sprachen 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"
    }
}