Text Background Changer Firefox

Examine source code of Text Background Changer

Inspect and view changes in Text Background Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Background Changer",
  "version": "1.0",
  "description": "An add-on to change the background color of all text on a webpage.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{24c5cd9e-5a64-4d8f-b0a3-f7f17626a67f}"
    }
  }
}

Best Text Background Changer Alternatives

Here are some Firefox add-ons that are similar to Text Background Changer: