Riff Music Capture

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

ما هو Riff Music Capture؟

Riff Music Capture هو إضافة Chrome تم تطويرها بواسطة http://riff-app.com، والميزة الرئيسية لها هي "Play music on Chrome and it shows up on your Riff app".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Riff Music Capture

قم بتنزيل ملفات الامتداد Riff Music Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}