Colorful Google
Colorful Background for www.google.com and search results_abx
Wat is Colorful Google?
Colorful Google is een Chrome-extensie ontwikkeld door abx, en de belangrijkste functie is "Colorful Background for www.google.com and search results_abx".
Extensie Screenshots
Download het CRX-bestand van de extensie Colorful Google
Download Colorful Google-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nijkdbmjokomfpcmadpjbholbnopmeee |
Officiële URL | https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee |
Beschrijving | Colorful Background for www.google.com and search results_abx |
Bestandsgrootte | 13.5 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-11-11 |
Publicatiedatum | 2020-11-11 |
Ontwikkelaar | abx |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://bhattcodes.github.io |
Ondersteunde Talen | 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" } } |