Is this racist?
Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Is this racist? là gì?
Is this racist? là một tiện ích mở rộng Chrome được phát triển bởi Luke Rosiak, và tính năng chính của nó là "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.".
Ả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 Is this racist?
Tải xuống các tệp mở rộng Is this racist? 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
There's an easy way to tell whether an assertion in a news article or blog post you're reading is racist: swap the races. If it sounds bad that way, it's bad the first way. Just click the icon to swap words like "white" to "black" and vice versa on the web page you're currently viewing. The extension doesn't have access to anything other than the current tab, and doesn't collect any data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Is this racist? |
ID | lgpjkipjbcgiiajjhldejgmblmkdipaf |
URL Chính Thức | https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf |
Mô tả | Swap the names of races in the current page. If it sounds racist one way, it's racist the other way. |
Kích Thước Tệp | 448 KB |
Số Lần Cài Đặt | 274 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2021-04-15 |
Ngày Phát Hành | 2021-04-14 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Luke Rosiak |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Is this racist?", "action": [], "manifest_version": 3, "version": "0.2", "description": "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.", "icons": { "16": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |