Colorful Google

Colorful Background for www.google.com and search results_abx

Vad är Colorful Google?

Colorful Google är en Chrome-tillägg utvecklad av abx, och dess huvudfunktion är "Colorful Background for www.google.com and search results_abx".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Colorful Google-förlängningens CRX-fil

Ladda ner Colorful Google-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Colorful Google Colorful Google
ID nijkdbmjokomfpcmadpjbholbnopmeee
Officiell webbadress https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee
Beskrivning Colorful Background for www.google.com and search results_abx
Filstorlek 13.5 KB
Antal Installationer 15
Aktuell Version 1.0.0
Senast Uppdaterad 2020-11-11
Publiceringsdatum 2020-11-11
Utvecklare abx
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://bhattcodes.github.io
Stödda Språk 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"
    }
}