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
Eメール [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
}