iRadio Art Grabber

iRadio Art Grabber

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

Merlin
Additional files are visible only to premium users

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",
    "<all_urls>",
    "unlimitedStorage"
  ],
  "background": {
    "scripts": [
      "event_page.js"
    ]
  },
  "page_action": {
    "default_icon": "chrome_icon_off.png",
    "default_title": "Pandora Extension"
  },
  "manifest_version": 2
}