ZXXeverywhere NSA Proof Font Tool

This extension adds the NSA proof ZXX font to pages to protects from mass surveillence by countering character recognition.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ZXXeverywhere NSA Proof Font Tool",
  "short_name": "ZXXeverywhere",
  "description": "This extension adds the NSA proof ZXX font to pages to protects from mass surveillence by countering character recognition.",
  "author": "www.xn--e1aaoyck.tk",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*/*",
        "<all_urls>"
      ],
      "css": [
        "zxxfont.css"
      ]
    }
  ]
}