Hitler's Advocate

Replaces all utterances of "Devil" in "Devil’ s Advocate" with literally "Hitler"

Hitler's Advocate란 무엇입니까?

Hitler's Advocate은(는) Adge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces all utterances of "Devil" in "Devil’ s Advocate" with literally "Hitler""입니다.

확장 프로그램 스크린샷

screenshot

Hitler's Advocate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MRA hate-nerds, rape apologists, latent racists, mansplaining art bros, with a twinkle in their eye they say  "we'll, If I may just play Devil's advocate for a moment..." Begrudging, yet selfless, public defenders assigned to take up the case of the very incarnation of evil all for the patriotic duty to due process in argument. 

But something inside you says "Ummm, He's the DEVIL. He probably doesn't need yet another lawyer going to bat for him." But suppose he does? Then surely Hitler deserves a good advocate or two here and there as well.

With this extension you can automatically change all instances of "Devil's Advocate" with "Hitler's Advocate" and  do your part to give Hitler a fighting chance in the court of public opinion.                    

확장 프로그램 기본 정보

이름 Hitler's Advocate Hitler's Advocate
ID pakmjpfanpcpeojjglaakdhdihlcdopm
공식 URL https://chromewebstore.google.com/detail/hitlers-advocate/pakmjpfanpcpeojjglaakdhdihlcdopm
설명 Replaces all utterances of "Devil" in "Devil’ s Advocate" with literally "Hitler"
파일 크기 28.43 KB
설치 횟수 209
현재 버전 1.0
최근 업데이트 2016-08-12
출시 날짜 2016-08-12
평점 4.00/5 총 6 개의 평점
개발자 Adge
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hitler's Advocate",
    "description": "Replaces all utterances of \"Devil\" in \"Devil\u2019 s Advocate\" with literally \"Hitler\" ",
    "version": "1.0",
    "icons": {
        "220": "advocate.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}