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
官方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"
    ]
}