Popflash auto accept Firefox

Examine source code of Popflash auto accept

By: l2- Add-on
Inspect and view changes in Popflash auto accept source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Popflash auto accept",
  "version": "1.1",
  "description": "Automatically ready ups for the pending match when in lobby.",
  "icons": {
    "64": "icons/favicon.png"
  },
  "applications": {
    "gecko": {
      "id": "popflash-auto-accept@l2.com",
      "strict_min_version": "55.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.popflash.site/scrim/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "64": "icons/favicon.png"
    }
  }
}

Best Popflash auto accept Alternatives

Here are some Firefox add-ons that are similar to Popflash auto accept: