SpotCheck

Searches for the selected text in Spotify

Wat is SpotCheck?

SpotCheck is een Chrome-extensie ontwikkeld door SpotCheck, en de belangrijkste functie is "Searches for the selected text in Spotify".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SpotCheck

Download SpotCheck-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

                        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.                    

Basisinformatie over de Extensie

Naam SpotCheck SpotCheck
ID fdfebmbjloigljjdadinplkljlcdeemc
Officiële URL https://chrome.google.com/webstore/detail/spotcheck/fdfebmbjloigljjdadinplkljlcdeemc
Beschrijving Searches for the selected text in Spotify
Bestandsgrootte 18.49 KB
Aantal Installaties 142
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-07-21
Publicatiedatum 2016-07-21
Beoordeling 4.76/5 Totaal 34 Beoordelingen
Ontwikkelaar SpotCheck
Betalingswijze free
Ondersteunde Talen 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"
    }
}