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
Wat is Stop Normalizing Alt Right Neo-Nazi Edition?
Stop Normalizing Alt Right Neo-Nazi Edition is een Chrome-extensie ontwikkeld door StopNormalizing, en de belangrijkste functie is "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".
Extensie Screenshots
Download het CRX-bestand van de extensie Stop Normalizing Alt Right Neo-Nazi Edition
Download Stop Normalizing Alt Right Neo-Nazi Edition-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
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.
Basisinformatie over de Extensie
Naam | |
ID | ffbjneeahjafobcedlebkckenpkppjhj |
Officiële URL | https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj |
Beschrijving | Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing |
Bestandsgrootte | 3.58 KB |
Aantal Installaties | 442 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-07-05 |
Publicatiedatum | 2018-07-05 |
Beoordeling | 3.82/5 Totaal 33 Beoordelingen |
Ontwikkelaar | StopNormalizing |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | http://www.stopnormalizing.com |
Ondersteunde Talen | 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" } ] } |