Ad Blocker

Ad Blocker

Ad Blocker - blocks all annoying ads, malware and tracking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "cerata.html"
  },
  "browser_action": {
    "default_icon": "sromana.png",
    "default_popup": "orea.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "siceond.js"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-2.1.3.min.js",
        "soji.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "icons": {
    "128": "sromana.png"
  },
  "manifest_version": 2,
  "homepage_url": "https://adsblocker.ru",
  "name": "__MSG_ext_name__",
  "short_name": "__MSG_ext_name_short__",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>",
    "storage"
  ],
  "version": "1.1"
}