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.

O que é Bad Grammar?

Bad Grammar é uma extensão do Chrome desenvolvida por vocativinteractive, e sua principal característica é "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.".

Baixar o arquivo CRX da Extensão Bad Grammar

Baixe arquivos de extensão Bad Grammar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bad Grammar Bad Grammar
ID londgekpgonfdkegomlndocggleeeifa
URL Oficial https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa
Descrição 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.
Tamanho do Arquivo 17.81 KB
Contagem de Instalações 13
Versão Atual 1.0
Última Atualização 2016-03-09
Data de Publicação 2016-03-09
Desenvolvedor vocativinteractive
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://goo.gl/SsAhv
URL da Página de Ajuda https://goo.gl/SsAhv
Idiomas Suportados 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"
    }
}