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
Vad är Stop Normalizing Alt Right Neo-Nazi Edition?
Stop Normalizing Alt Right Neo-Nazi Edition är en Chrome-tillägg utvecklad av StopNormalizing, och dess huvudfunktion är "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".
Tilläggsskärmbilder
Ladda ner Stop Normalizing Alt Right Neo-Nazi Edition-förlängningens CRX-fil
Ladda ner Stop Normalizing Alt Right Neo-Nazi Edition-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ffbjneeahjafobcedlebkckenpkppjhj |
Officiell webbadress | https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj |
Beskrivning | Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing |
Filstorlek | 3.58 KB |
Antal Installationer | 442 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-07-05 |
Publiceringsdatum | 2018-07-05 |
Betyg | 3.82/5 Totalt 33 Betyg |
Utvecklare | StopNormalizing |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | http://www.stopnormalizing.com |
Stödda Språk | 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" } ] } |