Your Drunk Uncle at Thanksgiving

Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.

¿Qué es Your Drunk Uncle at Thanksgiving?

Your Drunk Uncle at Thanksgiving es una extensión de Chrome desarrollada por tim.bornholdt, y su función principal es "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Your Drunk Uncle at Thanksgiving

Descarga archivos de extensión Your Drunk Uncle at Thanksgiving en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Quite simply, this extension will substitute "Donald Trump" (or "Donald J. Trump") with "your drunk uncle at Thanksgiving" on any webpage you visit.                    

Información Básica de la Extensión

Nombre Your Drunk Uncle at Thanksgiving Your Drunk Uncle at Thanksgiving
ID gojllilppggaoimmobeddlhafeijfigh
URL Oficial https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh
Descripción Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
Tamaño del Archivo 8.34 KB
Cantidad de Instalaciones 395
Versión Actual 0.2
Última Actualización 2015-10-29
Fecha de Publicación 2015-10-29
Calificación 4.60/5 Total de 50 Calificaciones
Desarrollador tim.bornholdt
Tipo de Pago free
Idiomas Soportados 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"
    }
}