Alt-Right to Neo-Nazi
Replaces the text 'Alt-Right' with 'neo-nazi'.
Was ist Alt-Right to Neo-Nazi?
Alt-Right to Neo-Nazi ist eine Chrome-Erweiterung, die von MBilokonsky entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'Alt-Right' with 'neo-nazi'.".
Erweiterungsscreenshots
Alt-Right to Neo-Nazi-Erweiterungs-CRX-Datei herunterladen
Laden Sie Alt-Right to Neo-Nazi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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'.
Grundlegende Informationen zur Erweiterung
Name | Alt-Right to Neo-Nazi |
ID | ncmeapahfpbjkalemlmnklpkjdlpimjh |
Offizielle URL | https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh |
Beschreibung | Replaces the text 'Alt-Right' with 'neo-nazi'. |
Dateigröße | 11.81 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-11-21 |
Veröffentlichungsdatum | 2016-11-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | MBilokonsky |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |