Alt-Right to Neo-Nazi
Replaces the text 'Alt-Right' with 'neo-nazi'.
Wat is Alt-Right to Neo-Nazi?
Alt-Right to Neo-Nazi is een Chrome-extensie ontwikkeld door MBilokonsky, en de belangrijkste functie is "Replaces the text 'Alt-Right' with 'neo-nazi'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alt-Right to Neo-Nazi
Download Alt-Right to Neo-Nazi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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'.
Basisinformatie over de Extensie
Naam | Alt-Right to Neo-Nazi |
ID | ncmeapahfpbjkalemlmnklpkjdlpimjh |
Officiële URL | https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh |
Beschrijving | Replaces the text 'Alt-Right' with 'neo-nazi'. |
Bestandsgrootte | 11.81 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-11-21 |
Publicatiedatum | 2016-11-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | MBilokonsky |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |