AdFree Gmail

AdFree Gmail

Removes all annoying ads and banners from Gmail (also supports new Gmail UI)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "AdFree Gmail",
  "description": "Removes all annoying Ads and Banners from Gmail on both old and new Gmail UI [AbBlocker for Gmail]",
  "version": "1.3.1resigned1",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.gmail.com/*",
        "*://mail.google.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/index.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d60edf45-6f94-4893-af68-3f594849eb06}"
    }
  }
}