Adblocker FX - free ad blocker

Adblocker FX - free ad blocker

A fast, effective, and free ad blocker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "By Koray Ays",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/browsericons/icon19-off.png",
    "default_popup": "popup.html",
    "default_title": "Adblocker"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/vapi-client.js",
        "js/contentscript-start.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "js/contentscript-end.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "ytbl/contentscript.js",
        "ytbl/tvt/jquery.js",
        "js/subscriber.js",
        "ytbl/ytmusic.js",
        "ytbl/tvt/content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "homepage_url": "https://www.fonexsoftware.com/",
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "49.0",
  "name": "__MSG_extName__",
  "options_page": "dashboard.html",
  "options_ui": {
    "page": "options_ui.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "short_name": "__MSG_extShortName__",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.0.0"
}