Pandora Listener

Removes the annoying Are You Still Listening? from Pandora.

什麼是Pandora Listener?

Pandora Listener是由https://www.extensioncoders.com開發的Chrome擴展程式,該擴展的主要功能是“Removes the annoying Are You Still Listening? from Pandora.”。

擴展截圖

screenshot

下載Pandora Listener擴展crx文件

下載Pandora Listener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pandora Listener Pandora Listener
ID danjmbbdjabpapehlajpomcignjnoidp
官方網址 https://chromewebstore.google.com/detail/pandora-listener/danjmbbdjabpapehlajpomcignjnoidp
簡介 Removes the annoying Are You Still Listening? from Pandora.
檔案大小 68.79 KB
安裝次數 26,309
目前版本 1.0
更新時間 2013-01-10
上架時間 2013-01-09
評分 4.05/5 共 874 次評分
開發者 https://www.extensioncoders.com
付費類型 free
支援的語言 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"
}