Gamer Mode

A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague

Co to jest Gamer Mode?

Gamer Mode to rozszerzenie Chrome opracowane przez jninya16, a jego główną funkcją jest „A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Gamer Mode

Pobierz pliki rozszerzeń Gamer Mode 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

                        This is a chrome extension that just makes everything on a webpage rainbow. Thats it. To turn it off you can go to chrome://extensions and disable or remove it. Thanks!


Epilepsy warning: if you are prone to seizures from flashing lights or colors, I would highly recommend against installing this.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gamer Mode Gamer Mode
ID jhbpllebpdpchnjnibdpfpnlehbjmbne
Oficjalny URL https://chromewebstore.google.com/detail/gamer-mode/jhbpllebpdpchnjnibdpfpnlehbjmbne
Opis A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague
Rozmiar pliku 3.17 KB
Liczba instalacji 14
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-09-12
Data Publikacji 2021-09-12
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper jninya16
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://tanzia.space/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamer Mode",
    "version": "1.1",
    "description": "A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "color.css"
            ]
        }
    ],
    "manifest_version": 2
}