Change "Pro-Choice" to "Pro-Abortion"

Change "Pro-Choice" to "Pro-Abortion"

Changes "Pro-Choice" to "Pro-Abortion." BONUS: Changes "Anti-Choice" to "Pro-Life"

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Change \"Pro-Choice\" to \"Pro-Abortion\"",
  "description": "Changes \"Pro-Choice\" to \"Pro-Abortion.\" BONUS: Changes \"Anti-Choice\" to \"Pro-Life\"",
  "icons": {
    "16": "icon-16.jpg",
    "48": "icon-48.jpg",
    "128": "icon-128.jpg"
  },
  "version": "1.2",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}