BetterW2G
Because Watch2Gether really needs an updated UI.
Wat is BetterW2G?
BetterW2G is een Chrome-extensie ontwikkeld door Chimute, en de belangrijkste functie is "Because Watch2Gether really needs an updated UI.".
Extensie Screenshots
Download het CRX-bestand van de extensie BetterW2G
Download BetterW2G-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | elacjmifclijbpmchmigigacndppcgjf |
| Officiële URL | https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf |
| Beschrijving | Because Watch2Gether really needs an updated UI. |
| Bestandsgrootte | 33.34 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 1.11 |
| Laatst Bijgewerkt | 2023-08-12 |
| Publicatiedatum | 2022-04-09 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Chimute |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/lunofe/BetterW2G |
| Help Pagina-URL | https://github.com/lunofe/BetterW2G/issues |
| Ondersteunde Talen | 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"
}
]
} | |