You Mean Racist?

Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'

You Mean Racist? là gì?

You Mean Racist? là một tiện ích mở rộng Chrome được phát triển bởi Tamenze, và tính năng chính của nó là "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng You Mean Racist?

Tải xuống các tệp mở rộng You Mean 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

                        This extension allows users to correct coded language often used by publications to soften the impact of racist actions. "Racially charged"/"Racially tinged" is corrected to read "Racist" with a click of a button.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
URL Chính Thức https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Mô tả Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Kích Thước Tệp 14.15 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-02-09
Ngày Phát Hành 2020-02-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tamenze
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Tamenze/chromeext-youMeanRacist
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "You Mean Racist?",
    "description": "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'",
    "version": "1.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}