Disney Plus Enhancer
Disney Plusの動画視聴を改善する拡張機能になります。オープニングのスキップ、次回の話の自動再生、自動全画面の3つの機能を備え、これらの機能のON/OFFは拡張機能のアイコンをクリックすることでできます。
Disney Plus Enhancerคืออะไร?
Disney Plus Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tetsujp1993 และคุณลักษณะหลักของมันคือ "Disney Plusの動画視聴を改善する拡張機能になります。オープニングのスキップ、次回の話の自動再生、自動全画面の3つの機能を備え、これらの機能のON/OFFは拡張機能のアイコンをクリックすることでできます。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disney Plus Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย Disney Plus Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Disney Plusの動画視聴を改善する拡張機能になります。 オープニングのスキップ、次回の話の自動再生、自動全画面の3つの機能があり、 これらの機能のON/OFFは拡張機能のアイコンをクリックすることでできます。 デフォルトではOFFに設定されているため、ONに変更して下さい。 快適な動画視聴をお楽しみください! This will be an extension to improve video viewing on Disney Plus. It has three functions: skip opening, auto play next episode, and auto full screen. These functions can be turned on and off by clicking on the extension icon. The default setting is OFF, so please change it to ON. Enjoy comfortable video viewing!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disney Plus Enhancer |
ID | offbdbmllkpnbkimhenacnnnkoekoeop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disney-plus-enhancer/offbdbmllkpnbkimhenacnnnkoekoeop |
คำอธิบาย | Disney Plusの動画視聴を改善する拡張機能になります。オープニングのスキップ、次回の話の自動再生、自動全画面の3つの機能を備え、これらの機能のON/OFFは拡張機能のアイコンをクリックすることでできます。 |
ขนาดไฟล์ | 15.37 KB |
จำนวนการติดตั้ง | 147 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-03-09 |
วันที่เผยแพร่ | 2023-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | tetsujp1993 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://neuralnetconsulting.info/ |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney Plus Enhancer", "description": "Disney Plus\u306e\u52d5\u753b\u8996\u8074\u3092\u6539\u5584\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u306b\u306a\u308a\u307e\u3059\u3002\u30aa\u30fc\u30d7\u30cb\u30f3\u30b0\u306e\u30b9\u30ad\u30c3\u30d7\u3001\u6b21\u56de\u306e\u8a71\u306e\u81ea\u52d5\u518d\u751f\u3001\u81ea\u52d5\u5168\u753b\u9762\u306e3\u3064\u306e\u6a5f\u80fd\u3092\u5099\u3048\u3001\u3053\u308c\u3089\u306e\u6a5f\u80fd\u306eON\/OFF\u306f\u62e1\u5f35\u6a5f\u80fd\u306e\u30a2\u30a4\u30b3\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3053\u3068\u3067\u3067\u304d\u307e\u3059\u3002", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 3, "permissions": [ "scripting", "tabs", "storage" ], "action": { "default_title": "Disney Plus Enhancer", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.disneyplus.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" } } |