iRadio Art Grabber

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

Cos'è iRadio Art Grabber?

iRadio Art Grabber è un'estensione di Chrome sviluppata da http://sites.google.com/site/aprogrammerscrucible, e la sua funzione principale è "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Scarica il file CRX dell'estensione iRadio Art Grabber

Scarica i file di estensione iRadio Art Grabber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
URL Ufficiale https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Descrizione Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Dimensione del File 22.29 KB
Conteggio Installazioni 69
Versione Corrente 3.3.0
Ultimo Aggiornamento 2013-07-16
Data di Pubblicazione 2013-07-16
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://sites.google.com/site/aprogrammerscrucible
Tipo di Pagamento free
Sito Web dell'Estensione https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Lingue Supportate 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
}