Pandora Player
Pandora Player
ما هو Pandora Player؟
Pandora Player هو إضافة Chrome تم تطويرها بواسطة Marios Evripidou، والميزة الرئيسية لها هي "Pandora Player".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pandora Player
قم بتنزيل ملفات الامتداد Pandora Player بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pandora Internet Radio (also known as Pandora Radio or simply Pandora) is a music streaming and automated music recommendation service that serves as "custodian" of the Music Genome Project. The service plays musical selections of a certain genre based on the user's artist selection. The user then provides positive or negative feedback for songs chosen by the service, which are taken into account when Pandora selects future songs. Pandora Player provides a shortcut which opens the Pandora website in a new border-less window as shown on the screenshot. It's simple, minimalistic and fast. Disclaimer: "Pandora Player" is not affiliated with pandora.com You can access the source code at: https://bitbucket.org/mariosevripidou/
معلومات أساسية عن التمديد
الاسم | |
ID | almcdlklkojfjfbgbnkfcmfabldnofda |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pandora-player/almcdlklkojfjfbgbnkfcmfabldnofda |
الوصف | Pandora Player |
حجم الملف | 72.96 KB |
عدد التثبيتات | 68,694 |
النسخة الحالية | 2.0 |
آخر تحديث | 2021-03-22 |
تاريخ النشر | 2021-03-19 |
تقييم | 4.33/5 مجموع تقييمات 286 |
المطور | Marios Evripidou |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://marios.evripidou.me |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pandora Player", "version": "2.0", "description": "Pandora Player", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Pandora player", "default_icon": "icon.png" } } |