Gamer Mode

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

Vad är Gamer Mode?

Gamer Mode är en Chrome-tillägg utvecklad av jninya16, och dess huvudfunktion är "A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Gamer Mode-förlängningens CRX-fil

Ladda ner Gamer Mode-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

                        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.                    

Grundläggande Information om Tillägg

Namn Gamer Mode Gamer Mode
ID jhbpllebpdpchnjnibdpfpnlehbjmbne
Officiell webbadress https://chromewebstore.google.com/detail/gamer-mode/jhbpllebpdpchnjnibdpfpnlehbjmbne
Beskrivning A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague
Filstorlek 3.17 KB
Antal Installationer 14
Aktuell Version 1.1
Senast Uppdaterad 2021-09-12
Publiceringsdatum 2021-09-12
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare jninya16
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://tanzia.space/privacy
Stödda Språk 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
}