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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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