spotify remote
get access to the spotify remote service
spotify remote là gì?
spotify remote là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "get access to the spotify remote service".
Tải xuống tệp CRX của tiện ích mở rộng spotify remote
Tải xuống các tệp mở rộng spotify remote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | spotify remote |
ID | boidmjchelicgoeabcpblhboklbillbi |
URL Chính Thức | https://chromewebstore.google.com/detail/spotify-remote/boidmjchelicgoeabcpblhboklbillbi |
Mô tả | get access to the spotify remote service |
Kích Thước Tệp | 34.42 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2015-12-21 |
Ngày Phát Hành | 2015-12-20 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/theyelllowdart/spotifyremote |
Ngôn Ngữ Được Hỗ Trợ | 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 } |