Bad Grammar

Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.

What is Bad Grammar?

Bad Grammar is a Chrome extension developed by vocativinteractive, and its main feature is "Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.".

Download Bad Grammar Extension CRX File

Download Bad Grammar 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

                        Terrorize the grammar vigilantes in your life. 

This Chrome extension quietly randomizes every appearance of its/it's, your/you're and there/they're/their on a webpage. 

Install, sit back, and light a cigar.                    

Extension Basic Information

Name Bad Grammar Bad Grammar
ID londgekpgonfdkegomlndocggleeeifa
Official URL https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa
Description Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.
File Size 17.81 KB
Installation Count 13
Current Version 1.0
Last Updated 2016-03-09
Publish Date 2016-03-09
Developer vocativinteractive
Email [email protected]
Payment Type free
Extension Website https://goo.gl/SsAhv
Help Page URL https://goo.gl/SsAhv
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bad Grammar",
    "version": "1.0",
    "description": "Test the grammar vigilantes in your life by changing every appearance of its\/it's, your\/you're and there\/they're\/their they see.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}