ARR Color background

Now you can Change the current page color
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ARR Color background",
  "description": "Now you can Change the current page color",
  "version": "1.7.8",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "ARR Color background",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}