Pepe's Revenge: The Alt-Right Eliminator

Pepe's Revenge: The Alt-Right Eliminator

Let's call the Alt-Right exactly what it is.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pepe's Revenge: The Alt-Right Eliminator",
  "description": "Let's call the Alt-Right exactly what it is.",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "icons": {
        "128": "logo.png"
      },
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}