BetterW2G
Because Watch2Gether really needs an updated UI.
Vad är BetterW2G?
BetterW2G är en Chrome-tillägg utvecklad av Chimute, och dess huvudfunktion är "Because Watch2Gether really needs an updated UI.".
Tilläggsskärmbilder
Ladda ner BetterW2G-förlängningens CRX-fil
Ladda ner BetterW2G-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | elacjmifclijbpmchmigigacndppcgjf |
| Officiell webbadress | https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf |
| Beskrivning | Because Watch2Gether really needs an updated UI. |
| Filstorlek | 33.34 KB |
| Antal Installationer | 37 |
| Aktuell Version | 1.11 |
| Senast Uppdaterad | 2023-08-12 |
| Publiceringsdatum | 2022-04-09 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Chimute |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/lunofe/BetterW2G |
| Hjälpsida URL | https://github.com/lunofe/BetterW2G/issues |
| Stödda Språk | 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"
}
]
} | |