BetterW2G
Because Watch2Gether really needs an updated UI.
Cos'è BetterW2G?
BetterW2G è un'estensione di Chrome sviluppata da Chimute, e la sua funzione principale è "Because Watch2Gether really needs an updated UI.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BetterW2G
Scarica i file di estensione BetterW2G 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
Watch2Gether is a great way to watch videos with your friends, but sadly the UI looks... Well, a bit old. This extension injects a custom css stylesheet to at least fix some issues.
Open-Source on GitHub: https://github.com/lunofe/BetterW2G
Built with Love. Informazioni di Base sull'Estensione
| Nome | |
| ID | elacjmifclijbpmchmigigacndppcgjf |
| URL Ufficiale | https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf |
| Descrizione | Because Watch2Gether really needs an updated UI. |
| Dimensione del File | 33.34 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 1.11 |
| Ultimo Aggiornamento | 2023-08-12 |
| Data di Pubblicazione | 2022-04-09 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Chimute |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/lunofe/BetterW2G |
| URL della Pagina di Aiuto | https://github.com/lunofe/BetterW2G/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BetterW2G",
"description": "Because Watch2Gether really needs an updated UI.",
"version": "1.11",
"icons": {
"526": "icon.png"
},
"host_permissions": [
"*:\/\/w2g.tv\/*"
],
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/w2g.tv\/*"
],
"css": [
"w2g.css"
],
"run_at": "document_start"
}
]
} | |