Choice Language

Choice Language

Replaces the text 'pro-life' with 'anti-choice'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Choice Language",
  "version": "1.0",
  "description": "Replaces the text 'pro-life' with 'anti-choice'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}