Your Drunk Uncle at Thanksgiving
Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
Your Drunk Uncle at Thanksgivingとは何ですか?
Your Drunk Uncle at Thanksgivingはtim.bornholdtによって開発されたChromeの拡張機能で、その主な機能は「Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.」です。
拡張機能のスクリーンショット
Your Drunk Uncle at Thanksgiving拡張機能のCRXファイルをダウンロード
Your Drunk Uncle at Thanksgiving拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quite simply, this extension will substitute "Donald Trump" (or "Donald J. Trump") with "your drunk uncle at Thanksgiving" on any webpage you visit.
拡張機能の基本情報
名前 | |
ID | gojllilppggaoimmobeddlhafeijfigh |
公式URL | https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh |
説明 | Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea. |
ファイルサイズ | 8.34 KB |
インストール数 | 395 |
現在のバージョン | 0.2 |
最終更新日 | 2015-10-29 |
公開日 | 2015-10-29 |
評価 | 4.60/5 合計 50 レビュー |
開発者 | tim.bornholdt |
支払い方法 | free |
対応言語 | 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" } } |