You Mean Racist?

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

¿Qué es You Mean Racist??

You Mean Racist? es una extensión de Chrome desarrollada por Tamenze, y su función principal es "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión You Mean Racist?

Descarga archivos de extensión You Mean 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

                        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.                    

Información Básica de la Extensión

Nombre You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
URL Oficial https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Descripción Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Tamaño del Archivo 14.15 KB
Cantidad de Instalaciones 37
Versión Actual 1.3
Última Actualización 2020-02-09
Fecha de Publicación 2020-02-09
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Tamenze
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Tamenze/chromeext-youMeanRacist
Idiomas Soportados 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"
    ]
}