Gamer Mode

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

什么是Gamer Mode?

Gamer Mode是由jninya16开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague”。

扩展截图

screenshot
screenshot

下载Gamer Mode扩展crx文件

下载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
}