Upwork Job Scorer & Spam Detector

Upwork Job Scorer & Spam Detector

This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "This Extension aims to help new freelancers on Upwork to get the right jobs without wasting much connects.",
  "version": "4.3.8",
  "manifest_version": 3,
  "name": "Upwork Job Scorer & Spam Detector",
  "action": {},
  "icons": {
    "128": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.upwork.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "logo.png"
      ],
      "matches": []
    }
  ]
}