Urban Ad blocker

Urban Ad blocker

Block ad, pop-up & pre-roll video with Ad blocker for web browsers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.3.1",
  "homepage_url": "https://www.urban-vpn.com/",
  "manifest_version": 3,
  "action": {
    "default_icon": "shared/icons/icon.png",
    "default_title": "Urban Ad blocker",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "ad-blocker/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "css": [
        "content/style.css"
      ],
      "js": [
        "content/index.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "icons": {
    "16": "shared/icons/icon.png",
    "48": "shared/icons/icon-48.png",
    "128": "shared/icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://*.bugsnag.com/*",
    "https://www.google-analytics.com/collect",
    "https://www.facebook.com/*",
    "https://api.twitter.com/*",
    "https://www.google-analytics.com/mp/collect",
    "https://chrome.google.com/webstore/detail/urban-free-ad-blocker/feflcgofneboehfdeebcfglbodaceghj/reviews/*",
    "https://www.urban-vpn.com/thank-you-adblock//*",
    "https://www.urban-vpn.com/uninstall-adblock//*",
    "https://config-toolbar.urban-vpn.com/rest/v1/configs/extensions/urban-ad-blocker/*",
    "https://api-pro.urban-vpn.com/rest/v1/*",
    "https://authentication.urban-vpn.com/*",
    "https://authentication.urban-vpn.com/rest/v1/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "shared/*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    },
    {
      "resources": [
        "executers/vi-tr.js",
        "executers/fr-co.js",
        "executers/vi-pn-tr.js",
        "executers/vi-oo-tr.js",
        "executers/vi-rd-tr.js",
        "executers/vi-tt-tr.js",
        "executers/vi-ig-tr.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "service_worker": "service_worker/index.js",
    "type": "module"
  }
}