Lone Wolf

They're not a lone wolf, they're a white terrorist

O que é Lone Wolf?

Lone Wolf é uma extensão do Chrome desenvolvida por jemtallon, e sua principal característica é "They're not a lone wolf, they're a white terrorist".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lone Wolf

Baixe arquivos de extensão Lone Wolf 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

                        Tired of racist journalists labeling every brown person with a gun as a "terrorist" but every white person with a gun as a "lone wolf"? Let's fix that glitch.                    

Informações Básicas da Extensão

Nome Lone Wolf Lone Wolf
ID lefghopkppbhkhmaiilecljbfhhchmcp
URL Oficial https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp
Descrição They're not a lone wolf, they're a white terrorist
Tamanho do Arquivo 4.2 KB
Contagem de Instalações 30
Versão Atual 1.0.0
Última Atualização 2017-10-02
Data de Publicação 2017-10-02
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor jemtallon
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lone Wolf",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "They're not a lone wolf, they're a white terrorist",
    "browser_action": {
        "name": "Lone Wolf",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}