Pop-Up Builder Firefox

Examine source code of Pop-Up Builder

Inspect and view changes in Pop-Up Builder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pop-Up Builder",
  "version": "1.3",
  "description": "Create and inject customizable pop-ups into any website.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ec35e866-de49-446c-aa8b-5c28c8311af1}"
    }
  }
}

Best Pop-Up Builder Alternatives

Here are some Firefox add-ons that are similar to Pop-Up Builder: