ZPlayer
Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.
Wat is ZPlayer?
ZPlayer is een Chrome-extensie ontwikkeld door judowalker, en de belangrijkste functie is "Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.".
Extensie Screenshots
Download het CRX-bestand van de extensie ZPlayer
Download ZPlayer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ZPlayer |
ID | jgleekanijllagjpbgmamnmkljhmakbf |
Officiële URL | https://chromewebstore.google.com/detail/zplayer/jgleekanijllagjpbgmamnmkljhmakbf |
Beschrijving | Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup. |
Bestandsgrootte | 57.9 KB |
Aantal Installaties | 99 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2018-10-10 |
Publicatiedatum | 2018-10-09 |
Beoordeling | 3.11/5 Totaal 9 Beoordelingen |
Ontwikkelaar | judowalker |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |