Popup Blocker Ultimate

Popup Blocker Ultimate

Best Pop-up Blocker for Firefox. (Best in Rating, Performance, This addon does NOT collect user's data same as Poper Blocker)If your Firefox version is not 57+ please install version 8.1 from Official website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Popup Blocker Ultimate",
  "version": "11.3.1",
  "description": "Popup Blocker Ultimate",
  "homepage_url": "http://PopupBlocker.ir",
  "applications": {
    "gecko": {
      "id": "{60B7679C-BED9-11E5-998D-8526BB8E7F8B}"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>",
    "notifications",
    "browserSettings"
  ],
  "browser_action": {
    "default_icon": "data/icons/icon-enabled.png",
    "default_title": "Popup Blocker Ultimate",
    "default_popup": "data/popup/popup.html"
  },
  "options_ui": {
    "chrome_style": true,
    "page": "data/options/options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "data/icons/icon-16.png",
    "32": "data/icons/icon-enabled.png",
    "48": "data/icons/icon-48.png",
    "64": "data/icons/icon-64.png",
    "128": "data/icons/icon-128.png"
  }
}