PandeX
The ultimate Pandora upgrade
PandeXคืออะไร?
PandeX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OutSail และคุณลักษณะหลักของมันคือ "The ultimate Pandora upgrade"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PandeX
ดาวน์โหลดไฟล์ส่วนขยาย PandeX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Upgrades the online version of Pandora to create the ultimate Pandora experience. Features: -Popup control panel -Download songs -changeable download format -Song change notification -Search songs on YouTube -Preview previous songs in popup Note: As of now you can only download and preview the last five songs that were listened to previously regardless of station. we are currently working on a way to optimally fix this issue. Also this extension is not perfect so please leave feedback or suggestions by sending an email to the email specified below, or leave a support ticket. thank you for your feedback.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PandeX |
ID | oilmcbjjhfkjaddklfcffpkkbfimkmgp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pandex/oilmcbjjhfkjaddklfcffpkkbfimkmgp |
คำอธิบาย | The ultimate Pandora upgrade |
ขนาดไฟล์ | 637 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2017-04-27 |
วันที่เผยแพร่ | 2017-04-27 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | OutSail |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery.js", "js\/background.js", "js\/downloader.js", "js\/ad\/prevent.js" ] }, "browser_action": { "default_icon": "photos\/face.png", "default_popup": "html\/popup.html", "default_title": "PandeX" }, "content_scripts": [ { "css": [ "css\/buttonStyler.css" ], "js": [ "js\/jquery.js", "js\/main.js" ], "matches": [ "http:\/\/*.pandora.com\/*", "https:\/\/*.pandora.com\/*" ] } ], "description": "The ultimate Pandora upgrade", "icons": { "128": "photos\/icon128.png", "16": "photos\/icon16.png", "48": "photos\/icon48.png" }, "manifest_version": 2, "name": "PandeX", "short_name": "PandeX", "permissions": [ "notifications", "tabs", "*:\/\/*\/*", "*:\/\/*.p-cdn.com\/*", "webRequest", "webRequestBlocking", "activeTab" ], "version": "0.2.2", "web_accessible_resources": [ "photos\/*", "js\/*" ] } |