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"입니다.

확장 프로그램 스크린샷

screenshot

Umi Enabler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
도움말 페이지 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
    }
}