Change Background Color
change the current site background to your desired color
What is Change Background Color?
Change Background Color is a Chrome extension developed by hoishing, and its main feature is "change the current site background to your desired color".
Extension Screenshots
Download Change Background Color Extension CRX File
Download Change Background Color 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
Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. No special permissions are required, no data is collected, and no privacy concerns. 🔗 source code https://github.com/hoishing/chrome-change-background-color
Extension Basic Information
Name | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
Official URL | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
Description | change the current site background to your desired color |
File Size | 15.48 KB |
Installation Count | 304 |
Current Version | 1.1.0 |
Last Updated | 2023-09-09 |
Publish Date | 2023-08-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | hoishing |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hoishing/chrome-change-background-color |
Help Page URL | https://github.com/hoishing/chrome-change-background-color/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Change Background Color", "version": "1.1.0", "description": "change the current site background to your desired color", "permissions": [ "scripting", "activeTab" ], "icons": { "64": "bg-color64.png", "128": "bg-color128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "64": "bg-color64.png", "128": "bg-color128.png" } } } |