Sunblock - The Sun Newspaper Blocker

Sunblock - The Sun Newspaper Blocker

Blocks your browser's requests to The Sun websites. #sunblock

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sunblock - The Sun Newspaper Blocker",
  "version": "1.0.1",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "description": "Blocks your browser's requests to The Sun websites. #sunblock",
  "content_scripts": [
    {
      "matches": [
        "*://thesun.ie/*",
        "*://*.thesun.ie/*",
        "*://thesun.co.uk/*",
        "*://*.thesun.co.uk/*",
        "*://thescottishsun.co.uk/*",
        "*://*.thescottishsun.co.uk/*",
        "*://the-sun.com/*",
        "*://*.the-sun.com/*"
      ],
      "js": [
        "script.js"
      ],
      "run_at": "document_start"
    }
  ]
}