Popup Blocker 2020 - Working!

Popup Blocker 2020 - Working!

How to stop popups, windows and ads while watching movies on streaming platforms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "0.9.2.0",
  "version_name": "2020 RC3",
  "default_locale": "it",
  "browser_action": {
    "default_icon": "icons/app.png",
    "default_title": "__MSG_appActionToggle__"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "page": "main.html"
  },
  "commands": {
    "toggle": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "__MSG_appActionToggle__"
    },
    "debug": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "__MSG_appActionDebug__"
    }
  },
  "icons": {
    "16": "icons/app.png",
    "32": "icons/app.png",
    "48": "icons/app.png",
    "128": "icons/app.png"
  }
}