ZPlayer

Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup.

ZPlayerคืออะไร?

ZPlayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย judowalker และคุณลักษณะหลักของมันคือ "Floating music player and audio ad blocker for Pandora. Also bypasses Still Listening popup."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZPlayer

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
        }
    ]
}