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
Hvad er Stop Normalizing Alt Right Neo-Nazi Edition?
Stop Normalizing Alt Right Neo-Nazi Edition er en Chrome-udvidelse udviklet af StopNormalizing, og dens hovedfunktion er "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".
Udvidelsesskærmbilleder
Download Stop Normalizing Alt Right Neo-Nazi Edition-udvidelses-CRX-fil
Download Stop Normalizing Alt Right Neo-Nazi Edition-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ffbjneeahjafobcedlebkckenpkppjhj |
Officiel URL | https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj |
Beskrivelse | Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing |
Filstørrelse | 3.58 KB |
Antal Installationer | 442 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-07-05 |
Udgivelsesdato | 2018-07-05 |
Bedømmelse | 3.82/5 Samlet 33 Bedømmelser |
Udvikler | StopNormalizing |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | http://www.stopnormalizing.com |
Understøttede Sprog | 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" } ] } |