spotify remote

get access to the spotify remote service

spotify remoteとは何ですか?

spotify remoteはUnknownによって開発されたChromeの拡張機能で、その主な機能は「get access to the spotify remote service」です。

spotify remote拡張機能のCRXファイルをダウンロード

spotify remote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 spotify remote spotify remote
ID boidmjchelicgoeabcpblhboklbillbi
公式URL https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi
説明 get access to the spotify remote service
ファイルサイズ 34.42 KB
インストール数 11
現在のバージョン 0.0.5
最終更新日 2015-12-21
公開日 2015-12-20
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/theyelllowdart/spotifyremote
対応言語 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
}