AC background

AC background

Now you can Change the current page color

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AC background",
  "description": "Now you can Change the current page color",
  "version": "1.7.8",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "AC background",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}