The Church of Social Justice

The Church of Social Justice

Replaces every occurrence of certain key phrases for a more honest user experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Church of Social Justice",
  "description": "Replaces every occurrence of certain key phrases for a more honest user experience",
  "version": "1.52",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}