Riff Music Capture

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

Wat is Riff Music Capture?

Riff Music Capture is een Chrome-extensie ontwikkeld door http://riff-app.com, en de belangrijkste functie is "Play music on Chrome and it shows up on your Riff app".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Riff Music Capture

Download Riff Music Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Riff Music Capture Riff Music Capture
ID daaaenfdfejokiifimmpajbhgabkimmb
Officiële URL https://chrome.google.com/webstore/detail/riff-music-capture/daaaenfdfejokiifimmpajbhgabkimmb
Beschrijving Play music on Chrome and it shows up on your Riff app
Bestandsgrootte 361 KB
Aantal Installaties 31
Huidige Versie 0.3.0
Laatst Bijgewerkt 2015-06-25
Publicatiedatum 2015-06-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://riff-app.com
Betalingswijze free
Extensiewebsite http://www.riff-app.com
Ondersteunde Talen 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"
    ]
}