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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
}