Gamer Mode

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

Apa itu Gamer Mode?

Gamer Mode adalah ekstensi Chrome yang dikembangkan oleh jninya16, dan fitur utamanya adalah "A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Gamer Mode

Unduh file ekstensi Gamer Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gamer Mode Gamer Mode
ID jhbpllebpdpchnjnibdpfpnlehbjmbne
URL Resmi https://chromewebstore.google.com/detail/gamer-mode/jhbpllebpdpchnjnibdpfpnlehbjmbne
Deskripsi A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague
Ukuran File 3.17 KB
Jumlah Instalasi 14
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-09-12
Tanggal Publikasi 2021-09-12
Penilaian 3.00/5 Total 2 Penilaian
Pengembang jninya16
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://tanzia.space/privacy
Bahasa yang Didukung 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
}