White male to Jew
Replaces the text 'white male' with 'Jew'.
White male to Jew란 무엇입니까?
White male to Jew은(는) ZeroShift에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the text 'white male' with 'Jew'."입니다.
White male to Jew 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome extension that replaces occurrences of 'White male' and other variations with 'Jew' Ever wondered, "Hmm, these SJWs everywhere sure seem awfully bigoted" well now you can see it clear as day! NOTE: This extension is satire and its contents are not to be taken seriously. By downloading and installing this extension you are waiving any right to be "triggered" by it or my other works. Any accusation of "triggering" or "privilege" will be met with 50 lashes with a wet noodle. Source: https://github.com/Zero-Shift/White-Male-to-Jew
확장 프로그램 기본 정보
이름 | ![]() |
ID | fbbomhhlpjbdgildfkjncmednnhpppdf |
공식 URL | https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf |
설명 | Replaces the text 'white male' with 'Jew'. |
파일 크기 | 3.49 KB |
설치 횟수 | 84 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-01-25 |
출시 날짜 | 2015-01-25 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | ZeroShift |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White male to Jew", "version": "1.1", "description": "Replaces the text 'white male' with 'Jew'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |