ZPlayer

ZPlayer

Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ZPlayer",
  "version": "1.2.5",
  "manifest_version": 2,
  "description": "Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.",
  "icons": {
    "16": "ZPlayer16.png",
    "48": "ZPlayer48.png",
    "128": "ZPlayer128.png"
  },
  "web_accessible_resources": [
    "jquery.min.js",
    "jquery-ui.min.js",
    "main.12.min.js",
    "logo.png",
    "fonts/icomoon.eot",
    "fonts/icomoon.svg",
    "fonts/icomoon.woff",
    "fonts/icomoon.ttf"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.pandora.com/*"
      ],
      "js": [
        "contentscript.js"
      ],
      "css": [
        "style.min.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ]
}