Better Live.me Cx
An extension to enhance the user experience of the livestreaming platform Live.me. Cx
What is Better Live.me Cx?
Better Live.me Cx is a Chrome extension developed by ngajhede, and its main feature is "An extension to enhance the user experience of the livestreaming platform Live.me. Cx".
Extension Screenshots
Download Better Live.me Cx Extension CRX File
Download Better Live.me Cx extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mebljjlpadlhcdjcloibmbdojfhmohdc |
Official URL | https://chrome.google.com/webstore/detail/better-liveme-cx/mebljjlpadlhcdjcloibmbdojfhmohdc |
Description | An extension to enhance the user experience of the livestreaming platform Live.me. Cx |
File Size | 46.19 KB |
Installation Count | 174 |
Current Version | 1.0.4 |
Last Updated | 2018-03-14 |
Publish Date | 2018-03-14 |
Rating | 3.93/5 Total 15 Ratings |
Developer | ngajhede |
Payment Type | free |
Extension Website | https://github.com/ngajhede/better-liveme-cx |
Help Page URL | https://github.com/ngajhede/better-liveme-cx |
Supported Languages | 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" ] } ] } |