iRadio Art Grabber

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

Qu'est-ce que iRadio Art Grabber ?

iRadio Art Grabber est une extension Chrome développée par http://sites.google.com/site/aprogrammerscrucible, et sa fonction principale est "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Télécharger le fichier CRX de l'extension iRadio Art Grabber

Téléchargez les fichiers d'extension iRadio Art Grabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
URL Officiel https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Description Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Taille du Fichier 22.29 KB
Nombre d'Installations 69
Version Actuelle 3.3.0
Dernière Mise à Jour 2013-07-16
Date de Publication 2013-07-16
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://sites.google.com/site/aprogrammerscrucible
Type de Paiement free
Site Web de l'Extension https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Langues Prises en Charge 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
}