Change Background Color

Change Background Color

change the current site background to your desired color

Merlin
Additional files are visible only to premium users

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"
    }
  }
}