ZPlayer
Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.
Cos'è ZPlayer?
ZPlayer è un'estensione di Chrome sviluppata da judowalker, e la sua funzione principale è "Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ZPlayer
Scarica i file di estensione ZPlayer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ZPlayer |
ID | jgleekanijllagjpbgmamnmkljhmakbf |
URL Ufficiale | https://chromewebstore.google.com/detail/zplayer/jgleekanijllagjpbgmamnmkljhmakbf |
Descrizione | Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup. |
Dimensione del File | 57.9 KB |
Conteggio Installazioni | 99 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2018-10-10 |
Data di Pubblicazione | 2018-10-09 |
Valutazione | 3.11/5 Totale 9 Valutazioni |
Sviluppatore | judowalker |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |