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 to jest iRadio Art Grabber?

iRadio Art Grabber to rozszerzenie Chrome opracowane przez http://sites.google.com/site/aprogrammerscrucible, a jego główną funkcją jest „Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program”.

Pobierz plik CRX rozszerzenia iRadio Art Grabber

Pobierz pliki rozszerzeń iRadio Art Grabber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
Oficjalny URL https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Opis Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Rozmiar pliku 22.29 KB
Liczba instalacji 69
Aktualna Wersja 3.3.0
Ostatnia Aktualizacja 2013-07-16
Data Publikacji 2013-07-16
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper http://sites.google.com/site/aprogrammerscrucible
Typ Płatności free
Strona Rozszerzenia https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Obsługiwane Języki 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
}