Websites Background Changer Firefox

Examine source code of Websites Background Changer

By: Jeremy
Inspect and view changes in Websites Background Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Websites Background Changer",
  "description": "Change the websites' background to any images.",
  "version": "2.0",
  "permissions": [
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "js": [
        "jquery-3.4.1.min.js",
        "content_script.js"
      ]
    },
    {
      "matches": [
        "file:///*"
      ],
      "all_frames": false,
      "js": [
        "jquery-3.4.1.min.js",
        "file.js"
      ]
    }
  ],
  "manifest_version": 2
}

Best Websites Background Changer Alternatives

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