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
Stop Normalizing Alt Right Neo-Nazi Edition là gì?
Stop Normalizing Alt Right Neo-Nazi Edition là một tiện ích mở rộng Chrome được phát triển bởi StopNormalizing, và tính năng chính của nó là "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stop Normalizing Alt Right Neo-Nazi Edition
Tải xuống các tệp mở rộng Stop Normalizing Alt Right Neo-Nazi Edition dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ffbjneeahjafobcedlebkckenpkppjhj |
URL Chính Thức | https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj |
Mô tả | Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing |
Kích Thước Tệp | 3.58 KB |
Số Lần Cài Đặt | 442 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-07-05 |
Ngày Phát Hành | 2018-07-05 |
Đánh Giá | 3.82/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | StopNormalizing |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | http://www.stopnormalizing.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |