Alt-Right Denormalizer

Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'

¿Qué es Alt-Right Denormalizer?

Alt-Right Denormalizer es una extensión de Chrome desarrollada por Unknown, y su función principal es "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Alt-Right Denormalizer

Descarga archivos de extensión Alt-Right Denormalizer 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

                        Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase.                    

Información Básica de la Extensión

Nombre Alt-Right Denormalizer Alt-Right Denormalizer
ID glfmlcifdhfpibfmokbcojfkbgfigeph
URL Oficial https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph
Descripción Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Tamaño del Archivo 3.56 KB
Cantidad de Instalaciones 657
Versión Actual 1.0
Última Actualización 2016-11-17
Fecha de Publicación 2016-11-16
Calificación 4.12/5 Total de 34 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right Denormalizer",
    "description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}