Pixelate Image Tool Firefox

Examine source code of Pixelate Image Tool

Inspect and view changes in Pixelate Image Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pixelate Image Tool",
  "version": "1.0",
  "description": "Làm mờ vùng chọn trong ảnh.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pixelate-image-tool@example.com"
    }
  }
}

Best Pixelate Image Tool Alternatives

Here are some Firefox add-ons that are similar to Pixelate Image Tool: