Grammar-Nazi Sniper

Know a grammar Nazi? Well make them look like a silly billy with this.

¿Qué es Grammar-Nazi Sniper?

Grammar-Nazi Sniper es una extensión de Chrome desarrollada por Jamhead, y su función principal es "Know a grammar Nazi? Well make them look like a silly billy with this.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Grammar-Nazi Sniper

Descarga archivos de extensión Grammar-Nazi Sniper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This really simple extension just changes the text on webpages so that there will be appear to be grammar errors.

Prank Grammar Nazis into thinking someone has made typos by installing this on their computer. It will drive them mad as they correct peoples "mistakes", and then refresh the page to see there never was a mistake!

At the moment it's set to a 30% chance of doing a change on any of the following words:

They're
There
Their

Your
You're

Its
It's

This application is meant as a joke, don't use it on people who can't take a joke or if the joke is inappropriate. I've actually left it on my computer and forgot about it, only to send an email pointing out someone's grammar mistakes... Oh what a fool I am!                    

Información Básica de la Extensión

Nombre Grammar-Nazi Sniper Grammar-Nazi Sniper
ID jfmcccckobkegdpemjgekhbcnjemdaed
URL Oficial https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed
Descripción Know a grammar Nazi? Well make them look like a silly billy with this.
Tamaño del Archivo 82.75 KB
Cantidad de Instalaciones 105
Versión Actual 1.0.4
Última Actualización 2016-12-09
Fecha de Publicación 2016-12-09
Calificación 2.00/5 Total de 4 Calificaciones
Desarrollador Jamhead
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grammar-Nazi Sniper",
    "description": "Know a grammar Nazi? Well make them look like a silly billy with this.",
    "version": "1.0.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "textChanger.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}