iRadio Art Grabber

Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program

ما هو iRadio Art Grabber؟

iRadio Art Grabber هو إضافة Chrome تم تطويرها بواسطة http://sites.google.com/site/aprogrammerscrucible، والميزة الرئيسية لها هي "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

تحميل ملف CRX للإضافة iRadio Art Grabber

قم بتنزيل ملفات الامتداد iRadio Art Grabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension will download the album art of songs playing on popular internet radio sites.  It currently supports both Pandora and Accuradio, and support for more sites is on its way!.  It is meant to be used with the iRadio Capture program here: https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture                    

معلومات أساسية عن التمديد

الاسم iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
الوصف Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
حجم الملف 22.29 KB
عدد التثبيتات 69
النسخة الحالية 3.3.0
آخر تحديث 2013-07-16
تاريخ النشر 2013-07-16
تقييم 3.00/5 مجموع تقييمات 2
المطور http://sites.google.com/site/aprogrammerscrucible
نوع الدفع free
موقع الإضافة https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRadio Art Grabber",
    "description": "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program",
    "icons": {
        "128": "chrome_icon_on.png"
    },
    "version": "3.3.0",
    "minimum_chrome_version": "26.0.0.0",
    "permissions": [
        "downloads",
        "notifications",
        "tabs",
        "http:\/\/*.pandora.com\/*",
        "https:\/\/*.pandora.com\/*",
        "http:\/\/*.p-cdn.com\/*",
        "http:\/\/*.accuradio.com\/*",
        "http:\/\/*.voxcdn.com\/*",
        "webRequest",
        "",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ]
    },
    "page_action": {
        "default_icon": "chrome_icon_off.png",
        "default_title": "Pandora Extension"
    },
    "manifest_version": 2
}