Mirror Mode Firefox

Examine source code of Mirror Mode

By: Qaxi
Inspect and view changes in Mirror Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mirror Mode",
  "version": "1.0",
  "description": "Bật/tắt hiệu ứng gương (mirror flip) cho trang hiện tại bằng một nút bấm.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Mirror Mode"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{da16b27c-e55a-44e9-8830-00de063ea22c}"
    }
  }
}

Best Mirror Mode Alternatives

Here are some Firefox add-ons that are similar to Mirror Mode: