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ファイルをダウンロード

Umi Enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}