Umi Enabler
Allows Umi player to work on all series
Apa itu Umi Enabler?
Umi Enabler adalah ekstensi Chrome yang dikembangkan oleh https://umi.party, dan fitur utamanya adalah "Allows Umi player to work on all series".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Umi Enabler
Unduh file ekstensi Umi Enabler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Umi Enabler |
ID | ebpgknlgpomojokdkpgphjigniicjcgc |
URL Resmi | https://chromewebstore.google.com/detail/umi-enabler/ebpgknlgpomojokdkpgphjigniicjcgc |
Deskripsi | Allows Umi player to work on all series |
Ukuran File | 3.36 KB |
Jumlah Instalasi | 6,907 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2020-09-18 |
Tanggal Publikasi | 2018-03-27 |
Penilaian | 4.44/5 Total 9 Penilaian |
Pengembang | https://umi.party |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://umi.party |
URL Halaman Bantuan | https://github.com/remixz/umi/issues |
Bahasa yang Didukung | 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 } } |