Is this racist?

Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.

O que é Is this racist??

Is this racist? é uma extensão do Chrome desenvolvida por Luke Rosiak, e sua principal característica é "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Is this racist?

Baixe arquivos de extensão Is this 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

                        There's an easy way to tell whether an assertion in a news article or blog post you're reading is racist: swap the races. If it sounds bad that way, it's bad the first way. 

Just click the icon to swap words like "white" to "black" and vice versa on the web page you're currently viewing. The extension doesn't have access to anything other than the current tab, and doesn't collect any data.                    

Informações Básicas da Extensão

Nome Is this racist? Is this racist?
ID lgpjkipjbcgiiajjhldejgmblmkdipaf
URL Oficial https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf
Descrição Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Tamanho do Arquivo 448 KB
Contagem de Instalações 274
Versão Atual 0.2
Última Atualização 2021-04-15
Data de Publicação 2021-04-14
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor Luke Rosiak
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Is this racist?",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.",
    "icons": {
        "16": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}