iRadio Art Grabber

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

¿Qué es iRadio Art Grabber?

iRadio Art Grabber es una extensión de Chrome desarrollada por http://sites.google.com/site/aprogrammerscrucible, y su función principal es "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Descargar Archivo CRX de la Extensión iRadio Art Grabber

Descarga archivos de extensión iRadio Art Grabber en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
URL Oficial https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Descripción Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Tamaño del Archivo 22.29 KB
Cantidad de Instalaciones 69
Versión Actual 3.3.0
Última Actualización 2013-07-16
Fecha de Publicación 2013-07-16
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador http://sites.google.com/site/aprogrammerscrucible
Tipo de Pago free
Sitio Web de la Extensión https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Idiomas Soportados 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
}