Better Live.me Cx
An extension to enhance the user experience of the livestreaming platform Live.me. Cx
Better Live.me Cx là gì?
Better Live.me Cx là một tiện ích mở rộng Chrome được phát triển bởi ngajhede, và tính năng chính của nó là "An extension to enhance the user experience of the livestreaming platform Live.me. Cx".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Live.me Cx
Tải xuống các tệp mở rộng Better Live.me Cx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mebljjlpadlhcdjcloibmbdojfhmohdc |
URL Chính Thức | https://chrome.google.com/webstore/detail/better-liveme-cx/mebljjlpadlhcdjcloibmbdojfhmohdc |
Mô tả | An extension to enhance the user experience of the livestreaming platform Live.me. Cx |
Kích Thước Tệp | 46.19 KB |
Số Lần Cài Đặt | 174 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2018-03-14 |
Ngày Phát Hành | 2018-03-14 |
Đánh Giá | 3.93/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | ngajhede |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ngajhede/better-liveme-cx |
URL Trang Trợ Giúp | https://github.com/ngajhede/better-liveme-cx |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |