AB Cleanup

AB Cleanup

Hide ads (including ANNONS), plus, shop, wellobe and wellness on Aftonbladet.se

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AB Cleanup",
  "description": "Hide ads (including ANNONS), plus, shop, wellobe and wellness on Aftonbladet.se",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "1.6",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.aftonbladet.se/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}