You Mean Racist?

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

You Mean Racist?란 무엇입니까?

You Mean Racist?은(는) Tamenze에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

You Mean Racist? 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
공식 URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
설명 Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
파일 크기 14.15 KB
설치 횟수 37
현재 버전 1.3
최근 업데이트 2020-02-09
출시 날짜 2020-02-09
평점 5.00/5 총 2 개의 평점
개발자 Tamenze
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Tamenze/chromeext-youMeanRacist
지원되는 언어 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"
    ]
}