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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to enhance the user experience of the livestreaming platform Live.me. Cx"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Live.me Cx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}