freeSMH

freeSMH

Navigate SMH articles without being interrupted by the digital subscription pop-up

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "freeSMH",
  "version": "1.1.0",
  "manifest_version": 2,
  "description": "Navigate SMH articles without being interrupted by the digital subscription pop-up",
  "content_scripts": [
    {
      "matches": [
        "*://*.smh.com.au/*"
      ],
      "js": [
        "freeSMH.js"
      ],
      "run_at": "document_start"
    }
  ]
}