Ad-blocker for Gmail™

Ad-blocker for Gmail™

Hide ads in Gmail, and more cool stuff (see http://doiop.com/gmailads for more info). No Javascript, CSS only.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Ad-blocker for Gmail™",
  "version": "2.8",
  "description": "Hide ads in Gmail, and more cool stuff (see http://doiop.com/gmailads for more info). No Javascript, CSS only.",
  "icons": {
    "48": "noads48.png",
    "128": "noads128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://mail.google.com/*",
        "https://mail.google.com/*"
      ],
      "css": [
        "adblockerforgmail.css"
      ],
      "all_frames": true
    }
  ],
  "manifest_version": 2
}