Is this racist?

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

¿Qué es Is this racist??

Is this racist? es una extensión de Chrome desarrollada por Luke Rosiak, y su función principal es "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Is this racist?

Descarga archivos de extensión Is this racist? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Is this racist? Is this racist?
ID lgpjkipjbcgiiajjhldejgmblmkdipaf
URL Oficial https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf
Descripción Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Tamaño del Archivo 448 KB
Cantidad de Instalaciones 274
Versión Actual 0.2
Última Actualización 2021-04-15
Fecha de Publicación 2021-04-14
Calificación 5.00/5 Total de 10 Calificaciones
Desarrollador Luke Rosiak
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}