Riff Music Capture

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

What is Riff Music Capture?

Riff Music Capture is a Chrome extension developed by http://riff-app.com, and its main feature is "Play music on Chrome and it shows up on your Riff app".

Extension Screenshots

screenshot
screenshot

Download Riff Music Capture Extension CRX File

Download Riff Music Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Riff Music Capture Riff Music Capture
ID daaaenfdfejokiifimmpajbhgabkimmb
Official URL https://chrome.google.com/webstore/detail/riff-music-capture/daaaenfdfejokiifimmpajbhgabkimmb
Description Play music on Chrome and it shows up on your Riff app
File Size 361 KB
Installation Count 31
Current Version 0.3.0
Last Updated 2015-06-25
Publish Date 2015-06-25
Rating 5.00/5 Total 3 Ratings
Developer http://riff-app.com
Payment Type free
Extension Website http://www.riff-app.com
Supported Languages 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"
    ]
}