BitSafe Adblocker

BitSafe Adblocker

Enjoy the Ad-Free Web Experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "BitSafe Adblocker",
  "background": {
    "persistent": true,
    "scripts": [
      "lib/ga.js",
      "lib/jquery-3.1.1.min.js",
      "lib/async.js",
      "ext/exclusionlist.js",
      "lib/polyfills/url.js",
      "lib/polyfills/promise.js",
      "lib/polyfills/fetch.js",
      "ext/common.js",
      "ext/xml2json.js",
      "ext/background.js",
      "lib/compat.js",
      "lib/info.js",
      "lib/publicSuffixList.js",
      "lib/adblockplus.js",
      "lib/sha1.js",
      "lib/jsbn.js",
      "lib/rsa.js",
      "messageResponder.js",
      "block_domain/js/ls-utils.js",
      "block_domain/js/commonJS.js",
      "block_domain/js/globalconstent.js",
      "block_domain/js/LSEDBJS.js",
      "block_domain/js/LSNetwork.js",
      "ext/Checkforupdates.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/abp-32.png",
      "19": "icons/abp-16.png",
      "32": "icons/abp-32.png",
      "38": "icons/abp-16.png",
      "64": "icons/abp-64.png",
      "128": "icons/128.png"
    },
    "default_popup": "popup.html",
    "default_title": "BitSafe Adblocker"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "ext/common.js",
        "ext/content.js",
        "cssProperties.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"
    },
    {
      "all_frames": false,
      "js": [
        "ext/jquery.min.js",
        "block_domain/js/globalconstent.js",
        "block_domain/js/LSNetwork.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en_US",
  "description": "Enjoy the Ad-Free Web Experience.",
  "icons": {
    "16": "icons/abp-32.png",
    "32": "icons/abp-32.png",
    "64": "icons/abp-64.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "29.0",
  "name": "__MSG_name__",
  "options_page": "options.html",
  "devtools_page": "devtools.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "omnibox": {
    "keyword": "bsa"
  },
  "short_name": "BitSafeadblocker",
  "storage": {
    "managed_schema": "managed-storage-schema.json"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}