spotify remote

get access to the spotify remote service

spotify remoteคืออะไร?

spotify remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "get access to the spotify remote service"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย spotify remote

ดาวน์โหลดไฟล์ส่วนขยาย 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
}