Grammer Ungooder

Fix all that pesky 'correct' grammer

What is Grammer Ungooder?

Grammer Ungooder is a Chrome extension developed by ianfox, and its main feature is "Fix all that pesky 'correct' grammer".

Extension Screenshots

screenshot

Download Grammer Ungooder Extension CRX File

Download Grammer Ungooder 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

                        Do you ever think the internet can't possibly be any stupider?

Prove yourself wrong with this handy app that takes words that have more than one common spelling and swaps them at random!                    

Extension Basic Information

Name Grammer Ungooder Grammer Ungooder
ID dnefmfcaboiimmkibdjbnciggbfpeeco
Official URL https://chromewebstore.google.com/detail/grammer-ungooder/dnefmfcaboiimmkibdjbnciggbfpeeco
Description Fix all that pesky 'correct' grammer
File Size 48.14 KB
Installation Count 9,127
Current Version 1.2
Last Updated 2016-03-29
Publish Date 2016-03-28
Rating 3.76/5 Total 29 Ratings
Developer ianfox
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grammer Ungooder",
    "version": "1.2",
    "description": "Fix all that pesky 'correct' grammer",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}