Gamer Mode

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

Wat is Gamer Mode?

Gamer Mode is een Chrome-extensie ontwikkeld door jninya16, en de belangrijkste functie is "A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Gamer Mode

Download Gamer Mode-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

                        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.                    

Basisinformatie over de Extensie

Naam Gamer Mode Gamer Mode
ID jhbpllebpdpchnjnibdpfpnlehbjmbne
Officiële URL https://chromewebstore.google.com/detail/gamer-mode/jhbpllebpdpchnjnibdpfpnlehbjmbne
Beschrijving A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague
Bestandsgrootte 3.17 KB
Aantal Installaties 14
Huidige Versie 1.1
Laatst Bijgewerkt 2021-09-12
Publicatiedatum 2021-09-12
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jninya16
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://tanzia.space/privacy
Ondersteunde Talen 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
}