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