Umi Enabler
Allows Umi player to work on all series
Umi Enablerคืออะไร?
Umi Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://umi.party และคุณลักษณะหลักของมันคือ "Allows Umi player to work on all series"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Umi Enabler
ดาวน์โหลดไฟล์ส่วนขยาย Umi Enabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows umi.party to work on new series by bypassing the CORS headers on Crunchyroll's videos. Just install this extension, and you'll be good to go! Details: https://github.com/remixz/umi/issues/18#issuecomment-376710804 Source: https://github.com/remixz/umi/tree/master/extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Umi Enabler |
ID | ebpgknlgpomojokdkpgphjigniicjcgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/umi-enabler/ebpgknlgpomojokdkpgphjigniicjcgc |
คำอธิบาย | Allows Umi player to work on all series |
ขนาดไฟล์ | 3.36 KB |
จำนวนการติดตั้ง | 6,907 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2020-09-18 |
วันที่เผยแพร่ | 2018-03-27 |
คะแนน | 4.44/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://umi.party |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://umi.party |
URL หน้าช่วยเหลือ | https://github.com/remixz/umi/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Umi Enabler", "description": "Allows Umi player to work on all series", "version": "1.1.0", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/umi.party\/*", "https:\/\/*.vrv.co\/*", "https:\/\/*.dlvr1.net\/*", "https:\/\/pl.crunchyroll.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |