Warhammer 40K Ads

Warhammer 40K Ads

Replacing ads with Warhammer 40K. Get fun!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Warhammer 40K Ads",
  "description": "Replacing ads with Warhammer 40K. Get fun!",
  "version": "1.1",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "wh.js"
      ]
    }
  ]
}