HH No Target

HH No Target

Remove targets from HH anchors

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HH No Target",
  "version": "1.0.0",
  "version_name": "1.0.0",
  "description": "Remove targets from HH anchors",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://*.hh.ru/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ]
}