Popup Blocker - Adblok PopupShield

Popup Blocker - Adblok PopupShield

blocks PopUp windows and blocks ads, Youtube and Facebook sponsors

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "short_name": "PopupShield Pro",
  "manifest_version": 3,
  "version": "1.0.5",
  "default_locale": "en",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon48.png",
    "default_title": "PopupShield Pro",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "overlayRemover.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "background",
    "scripting",
    "declarativeContent",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_2",
        "enabled": true,
        "path": "/rulesets/main/default.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "rulesets/*",
        "*.css",
        "*.js",
        "*.jpg",
        "*.JPG",
        "*.PNG",
        "*.png",
        "css/img/active.png",
        "css/img/inactive.png",
        "img/close.png",
        "img/icon.png",
        "css/style.css",
        "index.html",
        "db/blacklist.txt",
        "tools/block/blockers.js",
        "/web_accessible_resources/empty",
        "/web_accessible_resources/noop.txt",
        "/web_accessible_resources/noop.js",
        "/web_accessible_resources/noop.css",
        "/web_accessible_resources/2x2.png",
        "/web_accessible_resources/1x1.gif",
        "/web_accessible_resources/32x32.png",
        "/web_accessible_resources/nofab.js",
        "/web_accessible_resources/hd-main.js",
        "/web_accessible_resources/google-ima.js",
        "/web_accessible_resources/popads.js",
        "/web_accessible_resources/google-analytics_analytics.js",
        "/web_accessible_resources/googlesyndication_adsbygoogle.js",
        "/web_accessible_resources/amazon_apstag.js",
        "/web_accessible_resources/doubleclick_instream_ad_status.js",
        "/web_accessible_resources/google-analytics_cx_api.js",
        "/web_accessible_resources/googletagservices_gpt.js",
        "/web_accessible_resources/scorecardresearch_beacon.js",
        "/web_accessible_resources/google-analytics_ga.js",
        "/web_accessible_resources/addthis_widget.js",
        "/web_accessible_resources/outbrain-widget.js",
        "/web_accessible_resources/fingerprint2.js",
        "/web_accessible_resources/amazon_ads.js",
        "/web_accessible_resources/noop-vmap1.0.xml",
        "/web_accessible_resources/noop-0.1s.mp3",
        "/web_accessible_resources/noop.html",
        "/web_accessible_resources/noop-1s.mp4",
        "/web_accessible_resources/nobab2.js",
        "/web_accessible_resources/click2load.html",
        "/web_accessible_resources/noeval-silent.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "host_permissions": [
    "<all_urls>"
  ]
}