Pandora Made Better

Improvements to Pandora

Pandora Made Better란 무엇입니까?

Pandora Made Better은(는) William Sawyer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improvements to Pandora"입니다.

확장 프로그램 스크린샷

screenshot

Pandora Made Better 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Pandora Made Better Pandora Made Better
ID gehmihiiaeebmlflnmegjmocnnjghcch
공식 URL https://chromewebstore.google.com/detail/pandora-made-better/gehmihiiaeebmlflnmegjmocnnjghcch
설명 Improvements to Pandora
파일 크기 127 KB
설치 횟수 1,101
현재 버전 1.7
최근 업데이트 2016-04-11
출시 날짜 2016-04-11
평점 3.37/5 총 27 개의 평점
개발자 William Sawyer
결제 유형 free
지원되는 언어 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"
}