Pandora Made Better
Improvements to Pandora
Pandora Made Better là gì?
Pandora Made Better là một tiện ích mở rộng Chrome được phát triển bởi William Sawyer, và tính năng chính của nó là "Improvements to 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 Made Better
Tải xuống các tệp mở rộng Pandora Made Better 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
Features: * Keeps a history of the last 10 songs played and allows playback. * Fast forwarding and rewinding songs by clicking on the progress bar. * Increased skip limit * Auto skip ads * Auto click are you still listening * Remove all background advertisement on Pandora. * Through the app button you can control the Pandora tab from other tabs. * Pandora tab title now shows the current song title.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pandora Made Better |
ID | gehmihiiaeebmlflnmegjmocnnjghcch |
URL Chính Thức | https://chromewebstore.google.com/detail/pandora-made-better/gehmihiiaeebmlflnmegjmocnnjghcch |
Mô tả | Improvements to Pandora |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 1,101 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2016-04-11 |
Ngày Phát Hành | 2016-04-11 |
Đánh Giá | 3.37/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | William Sawyer |
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, "permissions": [ "*:\/\/*.pandora.com\/*", "*:\/\/*.p-cdn.com\/*", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "js": [ "pandora.js" ], "css": [ "pandora.css" ], "matches": [ "*:\/\/*.pandora.com\/*" ] } ], "background": { "scripts": [ "jquery-2.1.1.min.js", "angular.min.js", "background.js" ] }, "description": "Improvements to Pandora", "icons": { "128": "pandora.png" }, "browser_action": { "default_icon": "pandora.png", "default_popup": "popup.html" }, "name": "Pandora Made Better", "version": "1.7" } |