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 擴展基本資訊
| 名稱 | |
| ID | jgleekanijllagjpbgmamnmkljhmakbf |
| 官方網址 | 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
}
]
} | |