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开发的Chrome扩展程序,该扩展的主要功能是“Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program”。

下载iRadio Art Grabber扩展crx文件

下载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
}