ZPlayer
Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.
ZPlayerとは何ですか?
ZPlayerはjudowalkerによって開発されたChromeの拡張機能で、その主な機能は「Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.」です。
拡張機能のスクリーンショット
ZPlayer拡張機能のCRXファイルをダウンロード
ZPlayer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | ZPlayer |
ID | jgleekanijllagjpbgmamnmkljhmakbf |
公式URL | https://chromewebstore.google.com/detail/zplayer/jgleekanijllagjpbgmamnmkljhmakbf |
説明 | Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup. |
ファイルサイズ | 57.9 KB |
インストール数 | 99 |
現在のバージョン | 1.2.5 |
最終更新日 | 2018-10-10 |
公開日 | 2018-10-09 |
評価 | 3.11/5 合計 9 レビュー |
開発者 | judowalker |
支払い方法 | free |
対応言語 | 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 } ] } |