Alt-Right to Neo-Nazi
Replaces the text 'Alt-Right' with 'neo-nazi'.
Alt-Right to Neo-Nazi là gì?
Alt-Right to Neo-Nazi là một tiện ích mở rộng Chrome được phát triển bởi MBilokonsky, và tính năng chính của nó là "Replaces the text 'Alt-Right' with 'neo-nazi'.".
Ả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 Alt-Right to Neo-Nazi
Tải xuống các tệp mở rộng Alt-Right to Neo-Nazi 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
This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states. With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Alt-Right to Neo-Nazi |
ID | ncmeapahfpbjkalemlmnklpkjdlpimjh |
URL Chính Thức | https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh |
Mô tả | Replaces the text 'Alt-Right' with 'neo-nazi'. |
Kích Thước Tệp | 11.81 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-11-21 |
Ngày Phát Hành | 2016-11-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | MBilokonsky |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alt-Right to Neo-Nazi", "short_name": "Neo-Nazi", "description": "Replaces the text 'Alt-Right' with 'neo-nazi'.", "author": "Mykola Bilokonsky", "version": "1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |