iRadio Art Grabber

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

Co je iRadio Art Grabber?

iRadio Art Grabber je rozšíření Chrome vyvinuté http://sites.google.com/site/aprogrammerscrucible, a jeho hlavní funkcí je „Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program“.

Stáhnout soubor CRX rozšíření iRadio Art Grabber

Stáhněte si soubory rozšíření iRadio Art Grabber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
Oficiální URL https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Popis Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Velikost souboru 22.29 KB
Počet instalací 69
Aktuální Verze 3.3.0
Poslední Aktualizace 2013-07-16
Datum Vydání 2013-07-16
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář http://sites.google.com/site/aprogrammerscrucible
Typ Platby free
Webové stránky Rozšíření https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Podporované Jazyky 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
}