Adblocker HARDLINE V6™

Adblocker HARDLINE V6™

HARDLINE V6™ removes all ads and popups from all websites! The fastest adblock available plus modern controls and features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "autor": "Koray Ays",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/browsericons/icon19.png",
      "38": "img/browsericons/icon38.png"
    },
    "default_popup": "ui/index.html",
    "default_title": "Adblock Hardline V6"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/vapi-client.js",
        "js/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "ytbl/contentscript.js",
        "js/tvt/jquery.js",
        "js/scriptlets/subscriber.js",
        "ytbl/ytmsc.js",
        "js/tvt/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "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_US",
  "description": "__MSG_description__",
  "homepage_url": "http://www.fonexsoftware.com/hardlinev6",
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "minimum_chrome_version": "26.0",
  "name": "__MSG_name__",
  "optional_permissions": [
    "file:///*"
  ],
  "options_page": "dashboard.html",
  "options_ui": {
    "page": "options_ui.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "short_name": "__MSG_short_name__",
  "storage": {
    "managed_schema": "managed_storage.json"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.1.0"
}