Racism Simulator

Converts 'white' to 'black' for maximum outrage.

Racism Simulator란 무엇입니까?

Racism Simulator은(는) RiceMerchant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts 'white' to 'black' for maximum outrage."입니다.

확장 프로그램 스크린샷

Racism Simulator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ever see articles bashing certain groups and thought to yourself how totally not okay it would be if the groups were replaced with another group?

This extension swaps the groups being written about on HuffingtonPost, Salon, Buzzfeed, Jezebel, and Gawker to show how much racism, sexism, and outright nastiness they get away with because they chose to target an "oppressor" group.

...and more!                    

확장 프로그램 기본 정보

이름 Racism Simulator Racism Simulator
ID dmjhkebiknajjcgfjcfaefladmonilah
공식 URL https://chromewebstore.google.com/detail/racism-simulator/dmjhkebiknajjcgfjcfaefladmonilah
설명 Converts 'white' to 'black' for maximum outrage.
파일 크기 23.04 KB
설치 횟수 2,031
현재 버전 1.3
최근 업데이트 2017-04-15
출시 날짜 2017-04-14
평점 4.86/5 총 235 개의 평점
개발자 RiceMerchant
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Racism Simulator",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Converts 'white' to 'black' for maximum outrage.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.huffingtonpost.com\/*",
                "https:\/\/*.huffingtonpost.com\/*",
                "http:\/\/*.huffingtonpost.co.uk\/*",
                "https:\/\/*.huffingtonpost.co.uk\/*",
                "http:\/\/*.huffingtonpost.com.au\/*",
                "https:\/\/*.huffingtonpost.com.au\/*",
                "http:\/\/*.huffingtonpost.ca\/*",
                "https:\/\/*.huffingtonpost.ca\/*",
                "http:\/\/*.huffingtonpost.co.za\/*",
                "https:\/\/*.huffingtonpost.co.za\/*",
                "http:\/\/*.salon.com\/*",
                "https:\/\/*.salon.com\/*",
                "http:\/\/*.buzzfeed.com\/*",
                "https:\/\/*.buzzfeed.com\/*",
                "http:\/\/*.jezebel.com\/*",
                "https:\/\/*.jezebel.com\/*",
                "http:\/\/*.gawker.com\/*",
                "https:\/\/*.gawker.com\/*",
                "http:\/\/*.vice.com\/*",
                "https:\/\/*.vice.com\/*",
                "http:\/\/*.slate.com\/*",
                "https:\/\/*.slate.com\/*",
                "http:\/\/*.thinkprogress.org\/*",
                "https:\/\/*.thinkprogress.org\/*",
                "http:\/\/*.motherjones.com\/*",
                "https:\/\/*.motherjones.com\/*",
                "http:\/\/*.everydayfeminism.com\/*",
                "https:\/\/*.everydayfeminism.com\/*",
                "http:\/\/*.fusion.net\/*",
                "https:\/\/*.fusion.net\/*",
                "http:\/\/*.upworthy.com\/*",
                "https:\/\/*.upworthy.com\/*",
                "http:\/\/*.vox.com\/*",
                "https:\/\/*.vox.com\/*",
                "http:\/\/*.uproxx.com\/*",
                "https:\/\/*.uproxx.com\/*"
            ],
            "js": [
                "util.js",
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}