Riff Music Capture

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

Riff Music Capture là gì?

Riff Music Capture là một tiện ích mở rộng Chrome được phát triển bởi http://riff-app.com, và tính năng chính của nó là "Play music on Chrome and it shows up on your Riff app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Riff Music Capture

Tải xuống các tệp mở rộng Riff Music Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Riff Music Capture Riff Music Capture
ID daaaenfdfejokiifimmpajbhgabkimmb
URL Chính Thức https://chrome.google.com/webstore/detail/riff-music-capture/daaaenfdfejokiifimmpajbhgabkimmb
Mô tả Play music on Chrome and it shows up on your Riff app
Kích Thước Tệp 361 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2015-06-25
Ngày Phát Hành 2015-06-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://riff-app.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.riff-app.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}