PopUp-Block

PopUp-Block

To reduce the number of ads and increase your security level, we offer you to install an ad blocker like our PopUp-Block.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PopUp-Block",
  "author": "PopUp-Block",
  "homepage_url": "https://popup-block.com/",
  "description": "To reduce the number of ads and increase your security level, we offer you to install an ad blocker like our PopUp-Block.",
  "icons": {
    "16": "/front/icon16.png",
    "48": "/front/icon48.png",
    "96": "/front/icon96.png",
    "128": "/front/icon128.png"
  },
  "browser_action": {
    "default_popup": "/front/popup.html",
    "default_icon": "/front/icon128.png"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "/front/settigs.html"
  },
  "content_scripts": [
    {
      "js": [
        "/front/content_scripts.js"
      ],
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "persistent": true,
    "page": "/back/background.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    "/front/*"
  ],
  "version": "9.5.1",
  "manifest_version": 2
}