You Mean Racist?

Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'

O que é You Mean Racist??

You Mean Racist? é uma extensão do Chrome desenvolvida por Tamenze, e sua principal característica é "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão You Mean Racist?

Baixe arquivos de extensão You Mean Racist? 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

                        This extension allows users to correct coded language often used by publications to soften the impact of racist actions. "Racially charged"/"Racially tinged" is corrected to read "Racist" with a click of a button.                    

Informações Básicas da Extensão

Nome You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
URL Oficial https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Descrição Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Tamanho do Arquivo 14.15 KB
Contagem de Instalações 37
Versão Atual 1.3
Última Atualização 2020-02-09
Data de Publicação 2020-02-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Tamenze
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Tamenze/chromeext-youMeanRacist
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "You Mean Racist?",
    "description": "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'",
    "version": "1.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}