Disney Plus Plus
Extension for Disney+ to improve experience.
Disney Plus Plusคืออะไร?
Disney Plus Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Developer และคุณลักษณะหลักของมันคือ "Extension for Disney+ to improve experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disney Plus Plus
ดาวน์โหลดไฟล์ส่วนขยาย Disney Plus Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Display trailers. - Fullscreen on double click. If you have any suggestion to improve, you can write me an email to: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disney Plus Plus |
ID | kclkgabmccnlojaaopdbpbplkpmjfobh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disney-plus-plus/kclkgabmccnlojaaopdbpbplkpmjfobh |
คำอธิบาย | Extension for Disney+ to improve experience. |
ขนาดไฟล์ | 2.97 MB |
จำนวนการติดตั้ง | 273 |
เวอร์ชันปัจจุบัน | 1.2.5 |
อัปเดตครั้งล่าสุด | 2023-05-31 |
วันที่เผยแพร่ | 2022-10-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Developer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney Plus Plus", "description": "Extension for Disney+ to improve experience.", "version": "1.2.5", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Disney Plus Plus", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "background": { "service_worker": "serviceWorker.js" }, "minimum_chrome_version": "105", "content_scripts": [ { "matches": [ "https:\/\/www.apps.disneyplus.com\/*", "http:\/\/www.apps.disneyplus.com\/*" ], "css": [ "contentStyle.css" ], "js": [ "contentScripts.js" ] } ], "options_page": "options\/index.html?page=options", "permissions": [ "storage" ] } |