Invert Image color Firefox

Examine source code of Invert Image color

Por: vycb
Inspect and view changes in Invert Image color source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Invert Image",
  "version": "3.0",
  "description": "Inverts color of an image/(any part of a page) to black for night time reading",
  "homepage_url": "https://github.com/vycb/InvertImage",
  "icons": {
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ]
}

Mejores alternativas Invert Image color

Aquí hay algunas Firefox add-ons que son similares a Invert Image color: