SDM Popups 2 Tabs

SDM Popups 2 Tabs

Catch new SDM Popup Windows and create New Tabs instead.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "./background.js"
  },
  "action": {
    "default_icon": "icon.png",
    "default_title": "Show SDM Popup Windows in New Tab"
  },
  "description": "Catch new SDM Popup Windows and create New Tabs instead.",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "SDM Popups 2 Tabs",
  "permissions": [
    "tabs"
  ],
  "short_name": "SDM_Tabs",
  "version": "0.0.0.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}