Better Live.me Cx
An extension to enhance the user experience of the livestreaming platform Live.me. Cx
Cos'è Better Live.me Cx?
Better Live.me Cx è un'estensione di Chrome sviluppata da ngajhede, e la sua funzione principale è "An extension to enhance the user experience of the livestreaming platform Live.me. Cx".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Live.me Cx
Scarica i file di estensione Better Live.me Cx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | mebljjlpadlhcdjcloibmbdojfhmohdc |
URL Ufficiale | https://chrome.google.com/webstore/detail/better-liveme-cx/mebljjlpadlhcdjcloibmbdojfhmohdc |
Descrizione | An extension to enhance the user experience of the livestreaming platform Live.me. Cx |
Dimensione del File | 46.19 KB |
Conteggio Installazioni | 174 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2018-03-14 |
Data di Pubblicazione | 2018-03-14 |
Valutazione | 3.93/5 Totale 15 Valutazioni |
Sviluppatore | ngajhede |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ngajhede/better-liveme-cx |
URL della Pagina di Aiuto | https://github.com/ngajhede/better-liveme-cx |
Lingue Supportate | 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" ] } ] } |