Pandora Listener

Removes the annoying Are You Still Listening? from Pandora.

Pandora Listener là gì?

Pandora Listener là một tiện ích mở rộng Chrome được phát triển bởi https://www.extensioncoders.com, và tính năng chính của nó là "Removes the annoying Are You Still Listening? from Pandora.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pandora Listener

Tải xuống các tệp mở rộng Pandora Listener 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

                        Ever been sitting in your living room listening to your favorite Pandora.com station from the comfort of your couch and suddenly noticed your station has stopped due to the "Are you still listening?" page?

Well, not anymore! Pandora Listener is an extension that automatically skips the "Are you still listening?" button for you. You won't have to get up and click the mouse every hour to continue on with your party, dinner, family board game, studying, or relaxation time!

*
This does not block the ads that appear between songs or on the sidebar of the website. This extensions works very well with an ad-blocker, which does do this.
*

Version 1:
-Release!
-"Are You still listening?" blocker.

Future releases:
-Implementing notifications for song information.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pandora Listener Pandora Listener
ID danjmbbdjabpapehlajpomcignjnoidp
URL Chính Thức https://chromewebstore.google.com/detail/pandora-listener/danjmbbdjabpapehlajpomcignjnoidp
Mô tả Removes the annoying Are You Still Listening? from Pandora.
Kích Thước Tệp 68.79 KB
Số Lần Cài Đặt 26,309
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-01-10
Ngày Phát Hành 2013-01-09
Đánh Giá 4.05/5 Tổng số 874 Đánh Giá
Nhà Phát Triển https://www.extensioncoders.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/jquery.livequery.min.js",
                "js\/jquery.simulate.js",
                "js\/radio-enhancer.js"
            ],
            "matches": [
                "*:\/\/*.pandora.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Removes the annoying Are You Still Listening? from Pandora.",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "Pandora Listener",
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "settings.html",
        "default_title": "Pandora Listener"
    },
    "permissions": [
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}