BetterW2G

Because Watch2Gether really needs an updated UI.

Co to jest BetterW2G?

BetterW2G to rozszerzenie Chrome opracowane przez Chimute, a jego główną funkcją jest „Because Watch2Gether really needs an updated UI.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BetterW2G

Pobierz pliki rozszerzeń BetterW2G w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BetterW2G BetterW2G
ID elacjmifclijbpmchmigigacndppcgjf
Oficjalny URL https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf
Opis Because Watch2Gether really needs an updated UI.
Rozmiar pliku 33.34 KB
Liczba instalacji 37
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2023-08-12
Data Publikacji 2022-04-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Chimute
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/lunofe/BetterW2G
Adres URL Strony Pomocy https://github.com/lunofe/BetterW2G/issues
Obsługiwane Języki 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"
        }
    ]
}