iRadio Art Grabber

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

Apa itu iRadio Art Grabber?

iRadio Art Grabber adalah ekstensi Chrome yang dikembangkan oleh http://sites.google.com/site/aprogrammerscrucible, dan fitur utamanya adalah "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Unduh Berkas CRX Ekstensi iRadio Art Grabber

Unduh file ekstensi iRadio Art Grabber dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
URL Resmi https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Deskripsi Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Ukuran File 22.29 KB
Jumlah Instalasi 69
Versi Saat Ini 3.3.0
Terakhir Diperbarui 2013-07-16
Tanggal Publikasi 2013-07-16
Penilaian 3.00/5 Total 2 Penilaian
Pengembang http://sites.google.com/site/aprogrammerscrucible
Tipe Pembayaran free
Situs Ekstensi https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Bahasa yang Didukung 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
}