There to Their

There to Their

This extension switches the text There with Their on any website you visit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "There to Their",
  "version": "1.2",
  "description": "This extension switches the text There with Their on any website you visit.",
  "icons": {
    "16": "there2their16.png",
    "48": "there2their48.png",
    "128": "there2their128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "Myscript.js"
      ],
      "run_at": "document_end"
    }
  ]
}