Tired of the world

Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.

O que é Tired of the world?

Tired of the world é uma extensão do Chrome desenvolvida por Russ Smith, e sua principal característica é "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".

Baixar o arquivo CRX da Extensão Tired of the world

Baixe arquivos de extensão Tired of the world 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

                        I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.                    

Informações Básicas da Extensão

Nome Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
URL Oficial https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
Descrição Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Tamanho do Arquivo 3.64 KB
Contagem de Instalações 10
Versão Atual 0.1
Última Atualização 2015-12-07
Data de Publicação 2015-12-07
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Russ Smith
Tipo de Pagamento free
URL da Página de Ajuda https://twitter.com/russ_sm
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tired of the world",
    "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}