MiniBackgroundRemover Firefox

Examine source code of MiniBackgroundRemover

By: Andi Add-on
Inspect and view changes in MiniBackgroundRemover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MiniBackgroundRemover",
  "description": "Remove image background quickly on page. Right-click an image → Remove Background. Shows transparent PNG overlay in-place and allows download.",
  "version": "1.0",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "MiniBackgroundRemover",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "minibgremover@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best MiniBackgroundRemover Alternatives

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