Better Live.me Cx
An extension to enhance the user experience of the livestreaming platform Live.me. Cx
Co je Better Live.me Cx?
Better Live.me Cx je rozšíření Chrome vyvinuté ngajhede, a jeho hlavní funkcí je „An extension to enhance the user experience of the livestreaming platform Live.me. Cx“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better Live.me Cx
Stáhněte si soubory rozšíření Better Live.me Cx ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | mebljjlpadlhcdjcloibmbdojfhmohdc |
Oficiální URL | https://chrome.google.com/webstore/detail/better-liveme-cx/mebljjlpadlhcdjcloibmbdojfhmohdc |
Popis | An extension to enhance the user experience of the livestreaming platform Live.me. Cx |
Velikost souboru | 46.19 KB |
Počet instalací | 174 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2018-03-14 |
Datum Vydání | 2018-03-14 |
Hodnocení | 3.93/5 Celkem 15 Hodnocení |
Vývojář | ngajhede |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ngajhede/better-liveme-cx |
URL Stránky Nápovědy | https://github.com/ngajhede/better-liveme-cx |
Podporované Jazyky | 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" ] } ] } |