Get RockFM Songs

Get RockFM Songs

This extension allows to easily search for the current RockFM song.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Get RockFM Songs",
  "description": "This extension allows to easily search for the current RockFM song.",
  "version": "1.1",
  "permissions": [
    "http://player.rockfm.fm/",
    "http://www.sonicomp3.com/"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}