Empathy Extension (Kenya)

An extension that helps you care.

O que é Empathy Extension (Kenya)?

Empathy Extension (Kenya) é uma extensão do Chrome desenvolvida por krahd, e sua principal característica é "An extension that helps you care.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Empathy Extension (Kenya)

Baixe arquivos de extensão Empathy Extension (Kenya) 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

                        Are you struggling to care about the Garissa massacre?
Do you feel guilty that you are not really concerned about the killing of 147 students?
Do you wish that you cared more, but these students are so far away... and black...

If so, here is Empathy Extension (Kenya) to help you. This simple add-on will replace in every webpage the words "Kenyan", "Kenya", "Africa", "black students", "Nairobi", and "Garissa" with "French", "France", "Europe", "white students", "Paris", and "Lyon".

The news will now look very dramatic to you. 

Just click on the Kenyan flag next to the URL bar to turn the extension on and off (and reload the page).

Firefox version available at https://addons.mozilla.org/en-us/firefox/addon/empathy-extension-kenya/                    

Informações Básicas da Extensão

Nome Empathy Extension (Kenya) Empathy Extension (Kenya)
ID mnmpkdbgpbajlcmpbpddijbkmbhfjoil
URL Oficial https://chromewebstore.google.com/detail/empathy-extension-kenya/mnmpkdbgpbajlcmpbpddijbkmbhfjoil
Descrição An extension that helps you care.
Tamanho do Arquivo 85.65 KB
Contagem de Instalações 19
Versão Atual 0.0.2
Última Atualização 2015-04-15
Data de Publicação 2015-04-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor krahd
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Empathy Extension (Kenya)",
    "description": "An extension that helps you care.",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "kenya-icon16.png",
        "default_title": "Empathy Extension (Kenya)"
    },
    "author": "Tomas Laurenzo",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "kenya-icon16.png",
        "48": "kenya-icon48.png",
        "128": "kenya-icon128.png"
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "contentscript.js"
            ]
        }
    ]
}