Colonel Bernie Sanders

This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.

O que é Colonel Bernie Sanders?

Colonel Bernie Sanders é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Colonel Bernie Sanders

Baixe arquivos de extensão Colonel Bernie Sanders 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

                        The internet has been poisoned by Bernie Sanders supporters that post about every single move the Senator makes. 

Is your Facebook feed polluted by an overwhelming amount of Bernie Sanders propaganda? 

If so, install this extension. You will still be bombarded by Bernie Sanders news, but you'll smile because your browser will refer to him as "Colonel Sanders." Additionally, anytime a Colonel Sanders supporter feels the need to post that they "feel the Bern," it will be changed to "eat the chicken."                    

Informações Básicas da Extensão

Nome Colonel Bernie Sanders Colonel Bernie Sanders
ID mbpigddpknncbjjihcalgjjbpkfjpenc
URL Oficial https://chromewebstore.google.com/detail/colonel-bernie-sanders/mbpigddpknncbjjihcalgjjbpkfjpenc
Descrição This extension changes "Bernie Sanders" to "Colonel Sanders" and "Feel The Bern" to "Eat The Chicken". You're welcome.
Tamanho do Arquivo 37.61 KB
Contagem de Instalações 29
Versão Atual 0.1
Última Atualização 2016-04-06
Data de Publicação 2016-04-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colonel Bernie Sanders",
    "description": "This extension changes \"Bernie Sanders\" to \"Colonel Sanders\" and \"Feel The Bern\" to \"Eat The Chicken\". You're welcome.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}