Pandora Made Better

Improvements to Pandora

Pandora Made Betterคืออะไร?

Pandora Made Better เป็นส่วนขยายของ Chrome ที่พัฒนาโดย William Sawyer และคุณลักษณะหลักของมันคือ "Improvements to Pandora"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pandora Made Better

ดาวน์โหลดไฟล์ส่วนขยาย Pandora Made Better ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}