Better Live.me Cx

An extension to enhance the user experience of the livestreaming platform Live.me. Cx

Better Live.me Cxとは何ですか?

Better Live.me Cxはngajhedeによって開発されたChromeの拡張機能で、その主な機能は「An extension to enhance the user experience of the livestreaming platform Live.me. Cx」です。

拡張機能のスクリーンショット

screenshot
screenshot

Better Live.me Cx拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        An extension to enhance the user experience of the livestreaming platform Live.me. 

The extension will make the player into a fullscreen player, make a dark theme and remove all graphics related to gifting - including the hearts.

Specifically made for the Purple Army, but can be used site-wide. Cx                    

拡張機能の基本情報

名前 Better Live.me Cx Better Live.me Cx
ID mebljjlpadlhcdjcloibmbdojfhmohdc
公式URL https://chrome.google.com/webstore/detail/better-liveme-cx/mebljjlpadlhcdjcloibmbdojfhmohdc
説明 An extension to enhance the user experience of the livestreaming platform Live.me. Cx
ファイルサイズ 46.19 KB
インストール数 174
現在のバージョン 1.0.4
最終更新日 2018-03-14
公開日 2018-03-14
評価 3.93/5 合計 15 レビュー
開発者 ngajhede
支払い方法 free
拡張機能のウェブサイト https://github.com/ngajhede/better-liveme-cx
ヘルプページのURL https://github.com/ngajhede/better-liveme-cx
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Live.me Cx",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "An extension to enhance the user experience of the livestreaming platform Live.me. Cx",
    "browser_action": {
        "default_icon": "img\/cx128.png"
    },
    "icons": {
        "16": "img\/cx16.png",
        "48": "img\/cx48.png",
        "128": "img\/cx128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/www.liveme.com\/*"
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "matches": [
                "*:\/\/www.liveme.com\/live.html*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "load.js"
            ]
        }
    ]
}