Gamer Mode

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

Что такое Gamer Mode?

Gamer Mode - это расширение Chrome, разработанное jninya16, и его основная функция - "A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Gamer Mode

Скачайте файлы расширений Gamer Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Gamer Mode Gamer Mode
ID jhbpllebpdpchnjnibdpfpnlehbjmbne
Официальный URL https://chromewebstore.google.com/detail/gamer-mode/jhbpllebpdpchnjnibdpfpnlehbjmbne
Описание A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague
Размер файла 3.17 KB
Количество установок 14
Текущая Версия 1.1
Последнее Обновление 2021-09-12
Дата публикации 2021-09-12
Рейтинг 3.00/5 Всего 2 оценок
Разработчик jninya16
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://tanzia.space/privacy
Поддерживаемые языки 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
}