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 |
官方網址 | 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 } } |