Colorful Google
Colorful Background for www.google.com and search results_abx
Was ist Colorful Google?
Colorful Google ist eine Chrome-Erweiterung, die von abx entwickelt wurde, und ihr Hauptmerkmal ist "Colorful Background for www.google.com and search results_abx".
Erweiterungsscreenshots
Colorful Google-Erweiterungs-CRX-Datei herunterladen
Laden Sie Colorful Google-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nijkdbmjokomfpcmadpjbholbnopmeee |
Offizielle URL | https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee |
Beschreibung | Colorful Background for www.google.com and search results_abx |
Dateigröße | 13.5 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-11-11 |
Veröffentlichungsdatum | 2020-11-11 |
Entwickler | abx |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://bhattcodes.github.io |
Unterstützte Sprachen | 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" } } |