Alt Right to Nazi

Alt Right to Nazi

Converts the toothless term 'alt right' to what it really means: Nazi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Alt Right to Nazi",
  "description": "Converts the toothless term 'alt right' to what it really means: Nazi",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}