Make Nazis Nazis Again

Make Nazis Nazis Again

This extension helps you determine who is a Nazi and who is not by replacing the term "alt-right" and "white nationalism" - PR…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Make Nazis Nazis Again",
  "version": "4.20",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}