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
}