Umi Enabler
Allows Umi player to work on all series
什么是Umi Enabler?
Umi Enabler是由https://umi.party开发的Chrome扩展程序,该扩展的主要功能是“Allows Umi player to work on all series”。
扩展截图
下载Umi Enabler扩展crx文件
下载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 } } |