Gamer Mode

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

Cos'è Gamer Mode?

Gamer Mode è un'estensione di Chrome sviluppata da jninya16, e la sua funzione principale è "A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gamer Mode

Scarica i file di estensione Gamer Mode 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Gamer Mode Gamer Mode
ID jhbpllebpdpchnjnibdpfpnlehbjmbne
URL Ufficiale https://chromewebstore.google.com/detail/gamer-mode/jhbpllebpdpchnjnibdpfpnlehbjmbne
Descrizione A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague
Dimensione del File 3.17 KB
Conteggio Installazioni 14
Versione Corrente 1.1
Ultimo Aggiornamento 2021-09-12
Data di Pubblicazione 2021-09-12
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore jninya16
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://tanzia.space/privacy
Lingue Supportate 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
}