Hitler's Advocate
Replaces all utterances of "Devil" in "Devil’ s Advocate" with literally "Hitler"
What is Hitler's Advocate?
Hitler's Advocate is a Chrome extension developed by Adge, and its main feature is "Replaces all utterances of "Devil" in "Devil’ s Advocate" with literally "Hitler"".
Extension Screenshots
Download Hitler's Advocate Extension CRX File
Download Hitler's Advocate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hitler's Advocate |
ID | pakmjpfanpcpeojjglaakdhdihlcdopm |
Official URL | https://chromewebstore.google.com/detail/hitlers-advocate/pakmjpfanpcpeojjglaakdhdihlcdopm |
Description | Replaces all utterances of "Devil" in "Devil’ s Advocate" with literally "Hitler" |
File Size | 28.43 KB |
Installation Count | 209 |
Current Version | 1.0 |
Last Updated | 2016-08-12 |
Publish Date | 2016-08-12 |
Rating | 4.00/5 Total 6 Ratings |
Developer | Adge |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |