Freelancer Popup Remover

Freelancer Popup Remover

Remove the annoying new job popups from freelancer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Freelancer Popup Remover",
  "version": "1.1",
  "description": "Remove the annoying new job popups from freelancer.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*.freelancer.com/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ]
}