iRadio Art Grabber

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

Vad är iRadio Art Grabber?

iRadio Art Grabber är en Chrome-tillägg utvecklad av http://sites.google.com/site/aprogrammerscrucible, och dess huvudfunktion är "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Ladda ner iRadio Art Grabber-förlängningens CRX-fil

Ladda ner iRadio Art Grabber-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
Officiell webbadress https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Beskrivning Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Filstorlek 22.29 KB
Antal Installationer 69
Aktuell Version 3.3.0
Senast Uppdaterad 2013-07-16
Publiceringsdatum 2013-07-16
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare http://sites.google.com/site/aprogrammerscrucible
Betalningssätt free
Tilläggswebbplats https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Stödda Språk 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
}