Colorful Google
Colorful Background for www.google.com and search results_abx
Hvad er Colorful Google?
Colorful Google er en Chrome-udvidelse udviklet af abx, og dens hovedfunktion er "Colorful Background for www.google.com and search results_abx".
Udvidelsesskærmbilleder
Download Colorful Google-udvidelses-CRX-fil
Download Colorful Google-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | nijkdbmjokomfpcmadpjbholbnopmeee |
Officiel URL | https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee |
Beskrivelse | Colorful Background for www.google.com and search results_abx |
Filstørrelse | 13.5 KB |
Antal Installationer | 15 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-11-11 |
Udgivelsesdato | 2020-11-11 |
Udvikler | abx |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://bhattcodes.github.io |
Understøttede Sprog | 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" } } |