Quick Background Remover Firefox

Examine source code of Quick Background Remover

By: Su
Inspect and view changes in Quick Background Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Background Remover",
  "version": "1.0",
  "description": "Chuột phải vào ảnh → chọn 'Xóa nền'. Nếu có API key, gửi ảnh lên API; nếu không, sử dụng phương pháp đơn giản (make near-background color transparent). Tải ảnh PNG trong suốt.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_title": "Quick Background Remover",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7de1fe5d-11a0-4915-9e16-b53ec33d3a95}"
    }
  }
}

Best Quick Background Remover Alternatives

Here are some Firefox add-ons that are similar to Quick Background Remover: