coolers

coolers

This extension adds gray layer on screen which helps in reading white background content during night or from dark place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "coolers",
  "description": "This extension adds gray layer on screen which helps in reading white background content during night or from dark place",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ]
}