Umi Enabler
Allows Umi player to work on all series
What is Umi Enabler?
Umi Enabler is a Chrome extension developed by https://umi.party, and its main feature is "Allows Umi player to work on all series".
Extension Screenshots
Download Umi Enabler Extension CRX File
Download Umi Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Umi Enabler |
ID | ebpgknlgpomojokdkpgphjigniicjcgc |
Official URL | https://chromewebstore.google.com/detail/umi-enabler/ebpgknlgpomojokdkpgphjigniicjcgc |
Description | Allows Umi player to work on all series |
File Size | 3.36 KB |
Installation Count | 6,907 |
Current Version | 1.1.0 |
Last Updated | 2020-09-18 |
Publish Date | 2018-03-27 |
Rating | 4.44/5 Total 9 Ratings |
Developer | https://umi.party |
[email protected] | |
Payment Type | free |
Extension Website | https://umi.party |
Help Page URL | https://github.com/remixz/umi/issues |
Supported Languages | 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 } } |