Republicans: The Nazi Party
Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.
Republicans: The Nazi Party란 무엇입니까?
Republicans: The Nazi Party은(는) Lyin' Ted에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade."입니다.
Republicans: The Nazi Party 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Excuse me, they didn't put themselves down as neo-Nazis, and you had some very bad people in that group. But you also had people that were very fine people on both sides. You had people in that group – excuse me, excuse me. I saw the same pictures as you did. You had people in that group that were there to protest the taking down, of to them, a very, very important statue and the renaming of a park from Robert E. Lee to another name." ... "Okay, what about the alt-left that came charging at us – excuse me – what about the alt-left that came charging at the, as you say, the alt right? Do they have any semblance of guilt?"
확장 프로그램 기본 정보
이름 | |
ID | njdnedhccajgmoflgnoclcicnjidpaec |
공식 URL | https://chrome.google.com/webstore/detail/republicans-the-nazi-part/njdnedhccajgmoflgnoclcicnjidpaec |
설명 | Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade. |
파일 크기 | 24.48 KB |
설치 횟수 | 19 |
현재 버전 | 2.0 |
최근 업데이트 | 2017-08-16 |
출시 날짜 | 2017-08-16 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Lyin' Ted |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Republicans: The Nazi Party", "description": "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.", "version": "2.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |