Pandora Player
Pandora Player
Pandora Playerคืออะไร?
Pandora Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marios Evripidou และคุณลักษณะหลักของมันคือ "Pandora Player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pandora Player
ดาวน์โหลดไฟล์ส่วนขยาย Pandora Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |