Antibait

Antibait

Protects you from clickbaits.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Antibait",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "version": "1.1",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "browser_action": {
    "default_icon": "img/icon_128.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ]
  },
  "options_page": "page/options.html",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "optional_permissions": [
    "<all_urls>",
    "notifications"
  ]
}