Continuous Pandora Radio
Removes the Pandora are you still there message so your music remains uninterrupted
Continuous Pandora Radio là gì?
Continuous Pandora Radio là một tiện ích mở rộng Chrome được phát triển bởi sps, và tính năng chính của nó là "Removes the Pandora are you still there message so your music remains uninterrupted".
Ả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 Continuous Pandora Radio
Tải xuống các tệp mở rộng Continuous Pandora Radio 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
keeps pandora running continuously by periodically simulating a mouse click on the page using javascript.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oedfojnbgecpjefbdohmgkgokkeghhaa |
URL Chính Thức | https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa |
Mô tả | Removes the Pandora are you still there message so your music remains uninterrupted |
Kích Thước Tệp | 9.46 KB |
Số Lần Cài Đặt | 552 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-12-04 |
Ngày Phát Hành | 2014-12-04 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | sps |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Continuous Pandora Radio", "description": "Removes the Pandora are you still there message so your music remains uninterrupted", "version": "1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.pandora.com\/", "http:\/\/*.pandora.com\/" ], "js": [ "script.js" ] } ] } |