Umi Enabler
Allows Umi player to work on all series
ما هو Umi Enabler؟
Umi Enabler هو إضافة Chrome تم تطويرها بواسطة https://umi.party، والميزة الرئيسية لها هي "Allows Umi player to work on all series".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Umi Enabler
قم بتنزيل ملفات الامتداد Umi Enabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } } |