spotify remote
get access to the spotify remote service
Apa itu spotify remote?
spotify remote adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "get access to the spotify remote service".
Unduh Berkas CRX Ekstensi spotify remote
Unduh file ekstensi spotify remote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | spotify remote |
ID | boidmjchelicgoeabcpblhboklbillbi |
URL Resmi | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
Deskripsi | get access to the spotify remote service |
Ukuran File | 34.42 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2015-12-21 |
Tanggal Publikasi | 2015-12-20 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/theyelllowdart/spotifyremote |
Bahasa yang Didukung | 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 } |