Pandora Player
Pandora Player
Pandora Player là gì?
Pandora Player là một tiện ích mở rộng Chrome được phát triển bởi Marios Evripidou, và tính năng chính của nó là "Pandora Player".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pandora Player
Tải xuống các tệp mở rộng Pandora Player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | almcdlklkojfjfbgbnkfcmfabldnofda |
URL Chính Thức | https://chromewebstore.google.com/detail/pandora-player/almcdlklkojfjfbgbnkfcmfabldnofda |
Mô tả | Pandora Player |
Kích Thước Tệp | 72.96 KB |
Số Lần Cài Đặt | 68,694 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2021-03-22 |
Ngày Phát Hành | 2021-03-19 |
Đánh Giá | 4.33/5 Tổng số 286 Đánh Giá |
Nhà Phát Triển | Marios Evripidou |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://marios.evripidou.me |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |