Un-Transcender
makes backhandedly nice articles about non-white people more accurate. by @dexdigi
Un-Transcender란 무엇입니까?
Un-Transcender은(는) dexdigi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "makes backhandedly nice articles about non-white people more accurate. by @dexdigi"입니다.
확장 프로그램 스크린샷
Un-Transcender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Changes all instances of "transcended race" to "was retroactively deemed safe by white people". Because that's usually what that phrase means.
확장 프로그램 기본 정보
이름 | Un-Transcender |
ID | aegcbjflheephjplfflgdgmcpipcjdmf |
공식 URL | https://chromewebstore.google.com/detail/un-transcender/aegcbjflheephjplfflgdgmcpipcjdmf |
설명 | makes backhandedly nice articles about non-white people more accurate. by @dexdigi |
파일 크기 | 3.85 KB |
설치 횟수 | 62 |
현재 버전 | 0.12 |
최근 업데이트 | 2016-06-07 |
출시 날짜 | 2016-06-07 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | dexdigi |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://medium.com/@dexdigi/47649e79b3bd |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Un-Transcender", "version": "0.12", "description": "makes backhandedly nice articles about non-white people more accurate. by @dexdigi", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ] } |