Riff Music Capture

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

Apa itu Riff Music Capture?

Riff Music Capture adalah ekstensi Chrome yang dikembangkan oleh http://riff-app.com, dan fitur utamanya adalah "Play music on Chrome and it shows up on your Riff app".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Riff Music Capture

Unduh file ekstensi Riff Music Capture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Riff Music Capture Riff Music Capture
ID daaaenfdfejokiifimmpajbhgabkimmb
URL Resmi https://chrome.google.com/webstore/detail/riff-music-capture/daaaenfdfejokiifimmpajbhgabkimmb
Deskripsi Play music on Chrome and it shows up on your Riff app
Ukuran File 361 KB
Jumlah Instalasi 31
Versi Saat Ini 0.3.0
Terakhir Diperbarui 2015-06-25
Tanggal Publikasi 2015-06-25
Penilaian 5.00/5 Total 3 Penilaian
Pengembang http://riff-app.com
Tipe Pembayaran free
Situs Ekstensi http://www.riff-app.com
Bahasa yang Didukung 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"
    ]
}