iRadio Art Grabber

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

What is iRadio Art Grabber?

iRadio Art Grabber is a Chrome extension developed by http://sites.google.com/site/aprogrammerscrucible, and its main feature is "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Download iRadio Art Grabber Extension CRX File

Download iRadio Art Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
Official URL https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Description Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
File Size 22.29 KB
Installation Count 69
Current Version 3.3.0
Last Updated 2013-07-16
Publish Date 2013-07-16
Rating 3.00/5 Total 2 Ratings
Developer http://sites.google.com/site/aprogrammerscrucible
Payment Type free
Extension Website https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Supported Languages 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
}