ZPlayer
Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.
Co je ZPlayer?
ZPlayer je rozšíření Chrome vyvinuté judowalker, a jeho hlavní funkcí je „Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ZPlayer
Stáhněte si soubory rozšíření ZPlayer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ZPlayer |
ID | jgleekanijllagjpbgmamnmkljhmakbf |
Oficiální URL | https://chromewebstore.google.com/detail/zplayer/jgleekanijllagjpbgmamnmkljhmakbf |
Popis | Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup. |
Velikost souboru | 57.9 KB |
Počet instalací | 99 |
Aktuální Verze | 1.2.5 |
Poslední Aktualizace | 2018-10-10 |
Datum Vydání | 2018-10-09 |
Hodnocení | 3.11/5 Celkem 9 Hodnocení |
Vývojář | judowalker |
Typ Platby | free |
Podporované Jazyky | 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 } ] } |