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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}