Alt-Right to Neo-Nazi
Replaces the text 'Alt-Right' with 'neo-nazi'.
¿Qué es Alt-Right to Neo-Nazi?
Alt-Right to Neo-Nazi es una extensión de Chrome desarrollada por MBilokonsky, y su función principal es "Replaces the text 'Alt-Right' with 'neo-nazi'.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Alt-Right to Neo-Nazi
Descarga archivos de extensión Alt-Right to Neo-Nazi 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 browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states. With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'.
Información Básica de la Extensión
Nombre | Alt-Right to Neo-Nazi |
ID | ncmeapahfpbjkalemlmnklpkjdlpimjh |
URL Oficial | https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh |
Descripción | Replaces the text 'Alt-Right' with 'neo-nazi'. |
Tamaño del Archivo | 11.81 KB |
Cantidad de Instalaciones | 12 |
Versión Actual | 1.0 |
Última Actualización | 2016-11-21 |
Fecha de Publicación | 2016-11-21 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | MBilokonsky |
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 to Neo-Nazi", "short_name": "Neo-Nazi", "description": "Replaces the text 'Alt-Right' with 'neo-nazi'.", "author": "Mykola Bilokonsky", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |