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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZPlayer
قم بتنزيل ملفات الامتداد ZPlayer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 } ] } |