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 - это расширение Chrome, разработанное ngajhede, и его основная функция - "An extension to enhance the user experience of the livestreaming platform Live.me. Cx".
Снимки экрана расширения
Скачать файл CRX расширения Better Live.me Cx
Скачайте файлы расширений 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
Основная информация о расширении
Название | |
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" ] } ] } |