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."입니다.

확장 프로그램 스크린샷

screenshot

ZPlayer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}