Your Drunk Uncle at Thanksgiving

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

Cos'è Your Drunk Uncle at Thanksgiving?

Your Drunk Uncle at Thanksgiving è un'estensione di Chrome sviluppata da tim.bornholdt, e la sua funzione principale è "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Your Drunk Uncle at Thanksgiving

Scarica i file di estensione Your Drunk Uncle at Thanksgiving in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Your Drunk Uncle at Thanksgiving Your Drunk Uncle at Thanksgiving
ID gojllilppggaoimmobeddlhafeijfigh
URL Ufficiale https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh
Descrizione Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
Dimensione del File 8.34 KB
Conteggio Installazioni 395
Versione Corrente 0.2
Ultimo Aggiornamento 2015-10-29
Data di Pubblicazione 2015-10-29
Valutazione 4.60/5 Totale 50 Valutazioni
Sviluppatore tim.bornholdt
Tipo di Pagamento free
Lingue Supportate 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"
    }
}