MyAdFilter

MyAdFilter

With MyAdFilter, free content creators propose you only one ad. Apart from those, as your usual ad-blocker, MyAdFilter disables all ads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "DYP Solutions",
  "background": {
    "persistent": true,
    "scripts": [
      "polyfill.js",
      "ext/common.js",
      "ext/background.js",
      "lib/compat.js",
      "lib/publicSuffixList.js",
      "lib/adblockplus.js",
      "devenvPoller__.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/detailed/logo-myaf-16.png",
      "19": "icons/detailed/logo-myaf-19.png",
      "32": "icons/detailed/logo-myaf-32.png",
      "38": "icons/detailed/logo-myaf-38.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "polyfill.js",
        "ext/common.js",
        "ext/content.js",
        "include.preload.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "include.postload.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "fr",
  "description": "__MSG_description__",
  "devtools_page": "devtools.html",
  "icons": {
    "16": "icons/detailed/logo-myaf-16.png",
    "32": "icons/detailed/logo-myaf-32.png",
    "64": "icons/detailed/logo-myaf-64.png",
    "128": "icons/detailed/logo-myaf-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "49.0",
  "minimum_opera_version": "36.0",
  "name": "__MSG_name__",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "notifications",
    "management"
  ],
  "short_name": "__MSG_name__",
  "storage": {
    "managed_schema": "managed-storage-schema.json"
  },
  "version": "2.1.5"
}