SepiaToner Firefox

Examine source code of SepiaToner

By: Ferdose
Inspect and view changes in SepiaToner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SepiaToner",
  "version": "1.0.0",
  "description": "Adds sepia tone to all web pages to give a old style look and feel",
  "icons": {
    "256": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/content_script.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "256": "icons/icon.png"
    },
    "default_title": "SepiaToner",
    "default_popup": "/popup.html"
  },
  "permissions": [
    "storage"
  ]
}

Best SepiaToner Alternatives

Here are some Firefox add-ons that are similar to SepiaToner: