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
Co to jest Stop Normalizing Alt Right Neo-Nazi Edition?
Stop Normalizing Alt Right Neo-Nazi Edition to rozszerzenie Chrome opracowane przez StopNormalizing, a jego główną funkcją jest „Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stop Normalizing Alt Right Neo-Nazi Edition
Pobierz pliki rozszerzeń Stop Normalizing Alt Right Neo-Nazi Edition w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ffbjneeahjafobcedlebkckenpkppjhj |
Oficjalny URL | https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj |
Opis | Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing |
Rozmiar pliku | 3.58 KB |
Liczba instalacji | 442 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-07-05 |
Data Publikacji | 2018-07-05 |
Ocena | 3.82/5 Łącznie 33 Oceny |
Deweloper | StopNormalizing |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | http://www.stopnormalizing.com |
Obsługiwane Języki | 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" } ] } |