Bad Grammer

Bad Grammer

For the discerning grammarian.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bad Grammer",
  "description": "For the discerning grammarian.",
  "version": "1.2",
  "short_name": "Bad Grammer",
  "author": "vellosset",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}