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
官方網址 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"
            ]
        }
    ]
}