Riff Music Capture

Play music on Chrome and it shows up on your Riff app

Riff Music Captureคืออะไร?

Riff Music Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://riff-app.com และคุณลักษณะหลักของมันคือ "Play music on Chrome and it shows up on your Riff app"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Riff Music Capture

ดาวน์โหลดไฟล์ส่วนขยาย Riff Music Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Listen to a lot of music in your browser? Youtube, Soundcloud, and more -- send any song you listen to on Chrome to Riff on your phone!

Get Riff for Android & iOS today! http://www.riff-app.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Riff Music Capture Riff Music Capture
ID daaaenfdfejokiifimmpajbhgabkimmb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/riff-music-capture/daaaenfdfejokiifimmpajbhgabkimmb
คำอธิบาย Play music on Chrome and it shows up on your Riff app
ขนาดไฟล์ 361 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2015-06-25
วันที่เผยแพร่ 2015-06-25
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://riff-app.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.riff-app.com
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "scripts": [
            "defines.js",
            "inject.js",
            "jquery-1.6.1.min.js",
            "scrobbler.js",
            "riff.js"
        ]
    },
    "browser_action": {
        "default_icon": "bar_icon.png",
        "default_popup": "home.html"
    },
    "content_scripts": [
        {
            "js": [
                "connectors\/dummy.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Play music on Chrome and it shows up on your Riff app",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Riff Music Capture",
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/ws.audioscrobbler.com\/2.0\/",
        "https:\/\/gdata.youtube.com\/feeds\/api\/videos\/",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.0",
    "web_accessible_resources": [
        "icon128.png"
    ]
}