spotify remote

get access to the spotify remote service

Vad är spotify remote?

spotify remote är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "get access to the spotify remote service".

Ladda ner spotify remote-förlängningens CRX-fil

Ladda ner spotify remote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn spotify remote spotify remote
ID boidmjchelicgoeabcpblhboklbillbi
Officiell webbadress https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi
Beskrivning get access to the spotify remote service
Filstorlek 34.42 KB
Antal Installationer 11
Aktuell Version 0.0.5
Senast Uppdaterad 2015-12-21
Publiceringsdatum 2015-12-20
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/theyelllowdart/spotifyremote
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "spotify remote",
    "description": "get access to the spotify remote service",
    "version": "0.0.5",
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "spotify remote"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}