Umi Enabler
Allows Umi player to work on all series
Umi Enabler là gì?
Umi Enabler là một tiện ích mở rộng Chrome được phát triển bởi https://umi.party, và tính năng chính của nó là "Allows Umi player to work on all series".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Umi Enabler
Tải xuống các tệp mở rộng Umi Enabler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Umi Enabler |
ID | ebpgknlgpomojokdkpgphjigniicjcgc |
URL Chính Thức | https://chromewebstore.google.com/detail/umi-enabler/ebpgknlgpomojokdkpgphjigniicjcgc |
Mô tả | Allows Umi player to work on all series |
Kích Thước Tệp | 3.36 KB |
Số Lần Cài Đặt | 6,907 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-09-18 |
Ngày Phát Hành | 2018-03-27 |
Đánh Giá | 4.44/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://umi.party |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://umi.party |
URL Trang Trợ Giúp | https://github.com/remixz/umi/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |