iRadio Art Grabber

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

O que é iRadio Art Grabber?

iRadio Art Grabber é uma extensão do Chrome desenvolvida por http://sites.google.com/site/aprogrammerscrucible, e sua principal característica é "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Baixar o arquivo CRX da Extensão iRadio Art Grabber

Baixe arquivos de extensão iRadio Art Grabber no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
URL Oficial https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Descrição Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Tamanho do Arquivo 22.29 KB
Contagem de Instalações 69
Versão Atual 3.3.0
Última Atualização 2013-07-16
Data de Publicação 2013-07-16
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor http://sites.google.com/site/aprogrammerscrucible
Tipo de Pagamento free
Site da Extensão https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Idiomas Suportados 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
}