Knox to Jackie Handz

Knox to Jackie Handz

Replaces the text 'Andrew Knox' with 'Jackie Handz'.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Knox to Jackie Handz",
  "version": "1.2",
  "description": "Replaces the text 'Andrew Knox' with 'Jackie Handz'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}