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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}