Gamer Mode

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

Gamer Mode là gì?

Gamer Mode là một tiện ích mở rộng Chrome được phát triển bởi jninya16, và tính năng chính của nó là "A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gamer Mode

Tải xuống các tệp mở rộng Gamer Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gamer Mode Gamer Mode
ID jhbpllebpdpchnjnibdpfpnlehbjmbne
URL Chính Thức https://chromewebstore.google.com/detail/gamer-mode/jhbpllebpdpchnjnibdpfpnlehbjmbne
Mô tả A chrome extension that makes all web pages flash different colors (Gamer Mode). Made by Jack Sprague
Kích Thước Tệp 3.17 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-09-12
Ngày Phát Hành 2021-09-12
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jninya16
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://tanzia.space/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}