Goebbels Nazi Extension
Goebbels very first extension, turns SJW hate into pro-Nazi hate.
Goebbels Nazi Extension란 무엇입니까?
Goebbels Nazi Extension은(는) Bob Bobson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Goebbels very first extension, turns SJW hate into pro-Nazi hate."입니다.
확장 프로그램 스크린샷
Goebbels Nazi Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a very simple extension, is just replaces curtain phrases such as 'men' with 'jews' and 'feminist' with 'nazi'. Now, this may seem all in bad taste to you but I assure you, it's very funny. This extension exposes the complete lunacy of 3rd-wave feminism. Just to clarify I am not a nazi or support nazism or any form of discrimination.
확장 프로그램 기본 정보
이름 | |
ID | iomgmieikoadnldfkdmbggemplkfmpfl |
공식 URL | https://chrome.google.com/webstore/detail/goebbels-nazi-extension/iomgmieikoadnldfkdmbggemplkfmpfl |
설명 | Goebbels very first extension, turns SJW hate into pro-Nazi hate. |
파일 크기 | 1.34 MB |
설치 횟수 | 91 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2015-05-25 |
출시 날짜 | 2015-05-25 |
평점 | 4.74/5 총 19 개의 평점 |
개발자 | Bob Bobson |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goebbels Nazi Extension", "short_name": "GNE", "version": "1.3.1", "manifest_version": 2, "description": "Goebbels very first extension, turns SJW hate into pro-Nazi hate.", "options_page": "options\/options.html", "icons": { "16": "assets\/gne_icon_16c.png", "48": "assets\/gne_icon_48c.png", "128": "assets\/gne_icon_128c.png" }, "browser_action": { "default_icon": { "19": "assets\/ba_icon_19c.png" }, "default_title": "Add Atmosphere" }, "content_scripts": [ { "js": [ "java\/script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "java\/background.js" ] }, "permissions": [ "background", "storage", "tabs", "*:\/\/*\/*" ], "web_accessible_resources": [ "background.js", "script.js" ] } |