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.

Vad är Bad Grammar?

Bad Grammar är en Chrome-tillägg utvecklad av vocativinteractive, och dess huvudfunktion är "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.".

Ladda ner Bad Grammar-förlängningens CRX-fil

Ladda ner Bad Grammar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bad Grammar Bad Grammar
ID londgekpgonfdkegomlndocggleeeifa
Officiell webbadress https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa
Beskrivning 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.
Filstorlek 17.81 KB
Antal Installationer 13
Aktuell Version 1.0
Senast Uppdaterad 2016-03-09
Publiceringsdatum 2016-03-09
Utvecklare vocativinteractive
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://goo.gl/SsAhv
Hjälpsida URL https://goo.gl/SsAhv
Stödda Språk 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"
    }
}