BeforeAfter Compare Firefox

Examine source code of BeforeAfter Compare

By: Long
Inspect and view changes in BeforeAfter Compare source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BeforeAfter Compare",
  "version": "1.0.0",
  "description": "So sánh hai ảnh ngay trên trang bằng slider before–after.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@beforeafter-compare",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best BeforeAfter Compare Alternatives

Here are some Firefox add-ons that are similar to BeforeAfter Compare: