Colorful Google

Colorful Background for www.google.com and search results_abx

ما هو Colorful Google؟

Colorful Google هو إضافة Chrome تم تطويرها بواسطة abx، والميزة الرئيسية لها هي "Colorful Background for www.google.com and search results_abx".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Colorful Google

قم بتنزيل ملفات الامتداد Colorful Google بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Colors for Google Background and google search results.

Features:
✔️ Beautiful colors.
✔️ background color,  changes as you move mouse.
✔️ High contrast - we selected colors that work best even for color blind.
✔️ Changes color on mouse movement make a good disco party like feel.
✔️ Works in fullscreen mode.

Like my work,
Add your valuable Reviews.

Made with ❤ By : abx.                    

معلومات أساسية عن التمديد

الاسم Colorful Google Colorful Google
ID nijkdbmjokomfpcmadpjbholbnopmeee
عنوان URL الرسمي https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee
الوصف Colorful Background for www.google.com and search results_abx
حجم الملف 13.5 KB
عدد التثبيتات 15
النسخة الحالية 1.0.0
آخر تحديث 2020-11-11
تاريخ النشر 2020-11-11
المطور abx
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://bhattcodes.github.io
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorful Google",
    "description": "Colorful Background for www.google.com and search results_abx",
    "version": "1.0.0",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ]
        }
    ],
    "icons": {
        "192": "color.png"
    },
    "browser_action": {
        "default_icon": "color.png",
        "default_popup": "popup.html"
    }
}