ZPlayer

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

What is ZPlayer?

ZPlayer is a Chrome extension developed by judowalker, and its main feature is "Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.".

Extension Screenshots

screenshot

Download ZPlayer Extension CRX File

Download ZPlayer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Provides a floating music player and audio ad blocker for Pandora. It also bypasses the Still Listening popup.

It displays the song and artist in a large font so that you can see it from farther away. 

The player can be dragged up and down the screen.

Any feedback such as bugs or requests/changes can be made here:
https://chrome.google.com/webstore/detail/zplayer/jgleekanijllagjpbgmamnmkljhmakbf/support                    

Extension Basic Information

Name ZPlayer ZPlayer
ID jgleekanijllagjpbgmamnmkljhmakbf
Official URL https://chromewebstore.google.com/detail/zplayer/jgleekanijllagjpbgmamnmkljhmakbf
Description Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.
File Size 57.9 KB
Installation Count 99
Current Version 1.2.5
Last Updated 2018-10-10
Publish Date 2018-10-09
Rating 3.11/5 Total 9 Ratings
Developer judowalker
Payment Type free
Supported Languages en-US
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
        }
    ]
}