Your Drunk Uncle at Thanksgiving
Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
O que é Your Drunk Uncle at Thanksgiving?
Your Drunk Uncle at Thanksgiving é uma extensão do Chrome desenvolvida por tim.bornholdt, e sua principal característica é "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Your Drunk Uncle at Thanksgiving
Baixe arquivos de extensão Your Drunk Uncle at Thanksgiving no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Quite simply, this extension will substitute "Donald Trump" (or "Donald J. Trump") with "your drunk uncle at Thanksgiving" on any webpage you visit.
Informações Básicas da Extensão
Nome | |
ID | gojllilppggaoimmobeddlhafeijfigh |
URL Oficial | https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh |
Descrição | Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea. |
Tamanho do Arquivo | 8.34 KB |
Contagem de Instalações | 395 |
Versão Atual | 0.2 |
Última Atualização | 2015-10-29 |
Data de Publicação | 2015-10-29 |
Classificação | 4.60/5 Total de 50 Avaliações |
Desenvolvedor | tim.bornholdt |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |