Pandora Player
A more integrated way of enjoying pandora.
Pandora Player là gì?
Pandora Player là một tiện ích mở rộng Chrome được phát triển bởi WebMech, và tính năng chính của nó là "A more integrated way of enjoying pandora.".
Ả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 Player is a neat little widget that lets you control and listen to Pandora from your browser. It includes everything you need to listen to and enjoy Pandora without the need to have the yet another extra tab open. Features: - Play, Pause, Like, Skip your Pandora songs. - Switch Playlists
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pdkmfpaepcjiffojdgagnbdhebkojmib |
URL Chính Thức | https://chrome.google.com/webstore/detail/pandora-player/pdkmfpaepcjiffojdgagnbdhebkojmib |
Mô tả | A more integrated way of enjoying pandora. |
Kích Thước Tệp | 173 KB |
Số Lần Cài Đặt | 492 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2014-08-03 |
Ngày Phát Hành | 2014-08-03 |
Đánh Giá | 3.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | WebMech |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pandora Player", "description": "A more integrated way of enjoying pandora.", "version": "1.2.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.pandora.com\/*", "webNavigation", "tabs", "storage" ], "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/pandora.com; object-src 'self' https:\/\/pandora.com", "content_scripts": [ { "matches": [ "*:\/\/*.pandora.com\/", "*:\/\/*.pandora.com\/account\/sign-in", "*:\/\/*.pandora.com\/station\/play\/*" ], "js": [ "js\/lib\/jquery.js", "js\/app\/pandora.js" ], "all_frames": true } ], "browser_action": { "default_icon": "icon48.png", "default_popup": "index.html" } } |