ZXXeverywhere NSA Proof Font Tool

This extension adds the NSA proof ZXX font to pages to protects from mass surveillence by countering character recognition.

Was ist ZXXeverywhere NSA Proof Font Tool?

ZXXeverywhere NSA Proof Font Tool ist eine Chrome-Erweiterung, die von tadisdef entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds the NSA proof ZXX font to pages to protects from mass surveillence by countering character recognition.".

Erweiterungsscreenshots

screenshot

ZXXeverywhere NSA Proof Font Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie ZXXeverywhere NSA Proof Font Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension adds the NSA proof ZXX font to pages you visit to protects from mass surveillence by countering character recognition. This secures you from screen grab snooping to keep your privacy. In essence, it is visual encryption.(This app uses no analytics or tracking cookies) Paired with the Drunycode Encrytion Method (using punycode in urls and foreign/special charcters in filenames to avoild pen testing/ddos software) you can stay encyrpted and safe!

ZXX was developed by Sang Mun at www.z-x-x.org this is using the font in free use in a non commercial manner.

Developed by Tadisdef Technologies, Lexington, Ky
www.xn--e1aaoyck.tk
www.tadisdef.ml                    

Grundlegende Informationen zur Erweiterung

Name ZXXeverywhere NSA Proof Font Tool ZXXeverywhere NSA Proof Font Tool
ID cmjppeepmfbalbclbhmipamcjjjbedkg
Offizielle URL https://chrome.google.com/webstore/detail/zxxeverywhere-nsa-proof-f/cmjppeepmfbalbclbhmipamcjjjbedkg
Beschreibung This extension adds the NSA proof ZXX font to pages to protects from mass surveillence by countering character recognition.
Dateigröße 3.84 KB
Installationsanzahl 30
Aktuelle Version 1.0
Letztes Update 2014-04-23
Veröffentlichungsdatum 2014-04-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler tadisdef
Zahlungsart free
Unterstützte Sprachen en
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:\/\/\/*\/*",
                ""
            ],
            "css": [
                "zxxfont.css"
            ]
        }
    ]
}