iRadio Art Grabber

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

Was ist iRadio Art Grabber?

iRadio Art Grabber ist eine Chrome-Erweiterung, die von http://sites.google.com/site/aprogrammerscrucible entwickelt wurde, und ihr Hauptmerkmal ist "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

iRadio Art Grabber-Erweiterungs-CRX-Datei herunterladen

Laden Sie iRadio Art Grabber-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
Offizielle URL https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Beschreibung Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Dateigröße 22.29 KB
Installationsanzahl 69
Aktuelle Version 3.3.0
Letztes Update 2013-07-16
Veröffentlichungsdatum 2013-07-16
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler http://sites.google.com/site/aprogrammerscrucible
Zahlungsart free
Erweiterungswebsite https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Unterstützte Sprachen 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
}