Popup Message Alert Firefox

Examine source code of Popup Message Alert

Inspect and view changes in Popup Message Alert source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Popup Message Alert",
  "version": "1.0",
  "description": "Addon mở cửa sổ alert với thông điệp tùy chỉnh khi nhấp vào biểu tượng.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{22f9badf-69c4-4ac1-9366-6da504679068}"
    }
  }
}

Best Popup Message Alert Alternatives

Here are some Firefox add-ons that are similar to Popup Message Alert: