9gag wakeUp blocker!

9gag wakeUp blocker!

Annoyed by the 3minutes wake up popup? get rid of that easy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "9gag wakeUp blocker!",
  "description": "Annoyed by the 3minutes wake up popup? get rid of that easy!",
  "version": "1.1.0",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": "48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.9gag.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}