Freelancer Helper

Freelancer Helper

Improvements for freelancer.com. Hiding projects by country, showing employer details...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Improvements for freelancer.com. Hiding projects by country, showing employer details...",
  "version": "1.3.9.4",
  "name": "Freelancer Helper",
  "permissions": [
    "activeTab",
    "storage",
    "alarms",
    "identity",
    "declarativeNetRequestWithHostAccess",
    "scripting"
  ],
  "host_permissions": [
    "*://*.freelancer.com/*"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Freelancer Helper",
    "default_icon": {
      "16": "public/icon_128.png",
      "48": "public/icon_128.png",
      "128": "public/icon_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.freelancer.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "whole.bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "public/icon_128.png",
    "48": "public/icon_128.png",
    "128": "public/icon_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "public/*.json"
      ],
      "matches": [
        "*://*.freelancer.com/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhNuLG08KgRgxwPn0154A/O6eV03Jcv3jvi5RCuTNNZDAww5LVlodULxaxoJB8qa0EBqpnozZHJTbHnv9NTaN8mGoNSjmS7GCejtx4nhkW9XT/7W2YJbJcWOXLR6Gu09PANYGlkowYnvbujoWXT3Jq0IvcZZRcgsRYDgVDsEeewqFYA4rpwkO3ZMkpa1scUmpDujb2PDdtBV45JCBddJi9NTNki6GRBaKS22tMPvyjzIJDI3YH5Z76m19O/JhErL2cO6V7Cksru5J88bhqAEGRdctvLSvUlZJzMRa8RDwUXzgfsEM/9Z3evL33CDm4Pdie7H5C9iZ+oDDn0aWWOYjvwIDAQAB",
  "oauth2": {
    "client_id": "668183917517-o23qa61l3ooievsc736p8f5ucaf6od03.apps.googleusercontent.com",
    "scopes": [
      "email"
    ]
  },
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}