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 là gì?

iRadio Art Grabber là một tiện ích mở rộng Chrome được phát triển bởi http://sites.google.com/site/aprogrammerscrucible, và tính năng chính của nó là "Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program".

Tải xuống tệp CRX của tiện ích mở rộng iRadio Art Grabber

Tải xuống các tệp mở rộng iRadio Art Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iRadio Art Grabber iRadio Art Grabber
ID ddmegieoinagipiccohbjngbfedkbcpk
URL Chính Thức https://chrome.google.com/webstore/detail/iradio-art-grabber/ddmegieoinagipiccohbjngbfedkbcpk
Mô tả Downloads album art of songs playing on popular internet radio websites, meant to be used with the iRadio Capture desktop program
Kích Thước Tệp 22.29 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 3.3.0
Cập Nhật Lần Cuối 2013-07-16
Ngày Phát Hành 2013-07-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://sites.google.com/site/aprogrammerscrucible
Loại Thanh Toán free
Trang Web Mở Rộng https://sites.google.com/site/aprogrammerscrucible/projects/iradio-capture
Ngôn Ngữ Được Hỗ Trợ 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
}