Riff Music Capture

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

什麼是Riff Music Capture?

Riff Music Capture是由http://riff-app.com開發的Chrome擴展程式,該擴展的主要功能是“Play music on Chrome and it shows up on your Riff app”。

擴展截圖

screenshot
screenshot

下載Riff Music Capture擴展crx文件

下載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
官方網址 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"
    ]
}