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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में iRadio Art Grabber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}