Umi Enabler
Allows Umi player to work on all series
Wat is Umi Enabler?
Umi Enabler is een Chrome-extensie ontwikkeld door https://umi.party, en de belangrijkste functie is "Allows Umi player to work on all series".
Extensie Screenshots
Download het CRX-bestand van de extensie Umi Enabler
Download Umi Enabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Umi Enabler |
ID | ebpgknlgpomojokdkpgphjigniicjcgc |
Officiële URL | https://chromewebstore.google.com/detail/umi-enabler/ebpgknlgpomojokdkpgphjigniicjcgc |
Beschrijving | Allows Umi player to work on all series |
Bestandsgrootte | 3.36 KB |
Aantal Installaties | 6,907 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-09-18 |
Publicatiedatum | 2018-03-27 |
Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://umi.party |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://umi.party |
Help Pagina-URL | https://github.com/remixz/umi/issues |
Ondersteunde Talen | 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 } } |