iRadio Art Grabber

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

Wat is iRadio Art Grabber?

iRadio Art Grabber is een Chrome-extensie ontwikkeld door http://sites.google.com/site/aprogrammerscrucible, en de belangrijkste functie is "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Download het CRX-bestand van de extensie iRadio Art Grabber

Download iRadio Art Grabber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
Officiële URL https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Beschrijving Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Bestandsgrootte 22.29 KB
Aantal Installaties 69
Huidige Versie 3.3.0
Laatst Bijgewerkt 2013-07-16
Publicatiedatum 2013-07-16
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://sites.google.com/site/aprogrammerscrucible
Betalingswijze free
Extensiewebsite https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Ondersteunde Talen 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
}