Colorful Google
Colorful Background for www.google.com and search results_abx
What is Colorful Google?
Colorful Google is a Chrome extension developed by abx, and its main feature is "Colorful Background for www.google.com and search results_abx".
Extension Screenshots
Download Colorful Google Extension CRX File
Download Colorful Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nijkdbmjokomfpcmadpjbholbnopmeee |
Official URL | https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee |
Description | Colorful Background for www.google.com and search results_abx |
File Size | 13.5 KB |
Installation Count | 15 |
Current Version | 1.0.0 |
Last Updated | 2020-11-11 |
Publish Date | 2020-11-11 |
Developer | abx |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://bhattcodes.github.io |
Supported Languages | 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" } } |