ZPlayer
Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.
Qu'est-ce que ZPlayer ?
ZPlayer est une extension Chrome développée par judowalker, et sa fonction principale est "Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ZPlayer
Téléchargez les fichiers d'extension ZPlayer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ZPlayer |
ID | jgleekanijllagjpbgmamnmkljhmakbf |
URL Officiel | https://chromewebstore.google.com/detail/zplayer/jgleekanijllagjpbgmamnmkljhmakbf |
Description | Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup. |
Taille du Fichier | 57.9 KB |
Nombre d'Installations | 99 |
Version Actuelle | 1.2.5 |
Dernière Mise à Jour | 2018-10-10 |
Date de Publication | 2018-10-09 |
Évaluation | 3.11/5 Total 9 Évaluations |
Développeur | judowalker |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |