Salary Seeker

Take the guess work out of job hunting. Shows you the hidden salary range on Seek Australia and New Zealand to make searching for jobs less frustrating.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    }
  },
  "version": "2.0.4",
  "author": "cheesestringer",
  "name": "Salary Seeker",
  "description": "Take the guess work out of job hunting.",
  "content_scripts": [
    {
      "matches": [
        "https://www.seek.com.au/*",
        "https://www.seek.co.nz/*"
      ],
      "js": [
        "seekJob.309af818.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.seek.com.au/*",
        "https://www.seek.co.nz/*"
      ],
      "js": [
        "seekListing.3bf2fe53.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    "seekJob.a65c9dd5.svg",
    "seekJob.627e8b4d.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{33001643-9e70-4228-93a8-5614e78f7752}"
    }
  }
}