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
官方網址 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
}