Your Drunk Uncle at Thanksgiving
Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
What is Your Drunk Uncle at Thanksgiving?
Your Drunk Uncle at Thanksgiving is a Chrome extension developed by tim.bornholdt, and its main feature is "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.".
Extension Screenshots
Download Your Drunk Uncle at Thanksgiving Extension CRX File
Download Your Drunk Uncle at Thanksgiving 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
Quite simply, this extension will substitute "Donald Trump" (or "Donald J. Trump") with "your drunk uncle at Thanksgiving" on any webpage you visit.
Extension Basic Information
Name | |
ID | gojllilppggaoimmobeddlhafeijfigh |
Official URL | https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh |
Description | Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea. |
File Size | 8.34 KB |
Installation Count | 395 |
Current Version | 0.2 |
Last Updated | 2015-10-29 |
Publish Date | 2015-10-29 |
Rating | 4.60/5 Total 50 Ratings |
Developer | tim.bornholdt |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Your Drunk Uncle at Thanksgiving", "description": "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.", "version": "0.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png" } } |