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ファイルをダウンロード

Hitler's Advocate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    ]
}