NZHerald Unblock

NZHerald Unblock

Unblock premium article content on nzherald.co.nz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "NZHerald Unblock",
  "description": "Unblock premium content on nzherald.co.nz",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "*://*.nzherald.co.nz/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "icons": {
    "48": "icon_48x48.png"
  }
}