Stop Normalizing Alt Right Neo-Nazi Edition
Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing
¿Qué es Stop Normalizing Alt Right Neo-Nazi Edition?
Stop Normalizing Alt Right Neo-Nazi Edition es una extensión de Chrome desarrollada por StopNormalizing, y su función principal es "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Stop Normalizing Alt Right Neo-Nazi Edition
Descarga archivos de extensión Stop Normalizing Alt Right Neo-Nazi Edition 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
By popular demand! Stop Normalizing Neo-Nazi Edition. After installing "alt-right" will change into "neo-nazi" on any website, tweet, facebook post, wikipedia article, and others. Don't buy the rebranding; reject it. NOTE: If you were using the original Stop Normalizing Chrome Extension, make sure to disable it before using the Neo-Nazi Edition.
Información Básica de la Extensión
Nombre | |
ID | ffbjneeahjafobcedlebkckenpkppjhj |
URL Oficial | https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj |
Descripción | Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing |
Tamaño del Archivo | 3.58 KB |
Cantidad de Instalaciones | 442 |
Versión Actual | 1.0 |
Última Actualización | 2018-07-05 |
Fecha de Publicación | 2018-07-05 |
Calificación | 3.82/5 Total de 33 Calificaciones |
Desarrollador | StopNormalizing |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | http://www.stopnormalizing.com |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Normalizing Alt Right Neo-Nazi Edition", "version": "1.0", "description": "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https:\/\/twitter.com\/stopnormalizing", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |