iRadio Art Grabber

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

Τι είναι το iRadio Art Grabber;

Το iRadio Art Grabber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://sites.google.com/site/aprogrammerscrucible, και η κύρια λειτουργία του είναι "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Λήψη αρχείου CRX της επέκτασης iRadio Art Grabber

Λήψη αρχείων επέκτασης iRadio Art Grabber σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
Επίσημο URL https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Περιγραφή Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Μέγεθος Αρχείου 22.29 KB
Αριθμός Εγκαταστάσεων 69
Τρέχουσα Έκδοση 3.3.0
Τελευταία Ενημέρωση 2013-07-16
Ημερομηνία Δημοσίευσης 2013-07-16
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://sites.google.com/site/aprogrammerscrucible
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Υποστηριζόμενες Γλώσσες 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
}