Incorrekt Grammer

Have a friend that is really passionate about the English language? Then don't install this extension on their machine.

What is Incorrekt Grammer?

Incorrekt Grammer is a Chrome extension developed by Kyle Apfel, and its main feature is "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".

Extension Screenshots

screenshot

Download Incorrekt Grammer Extension CRX File

Download Incorrekt Grammer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This app makes sure that the web page always displays the wrong form of their, there, they're, you're, your, is, are, too, and to. This is version 0.1 too, it's only going to get better and more subtle in future versions.

Have fun! You jerk.                    

Extension Basic Information

Name Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
Official URL https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
Description Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
File Size 28.93 KB
Installation Count 162
Current Version 0.1
Last Updated 2015-09-06
Publish Date 2015-09-06
Developer Kyle Apfel
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incorrekt Grammer",
    "version": "0.1",
    "description": "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}