Your Drunk Uncle at Thanksgiving

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

Wat is Your Drunk Uncle at Thanksgiving?

Your Drunk Uncle at Thanksgiving is een Chrome-extensie ontwikkeld door tim.bornholdt, en de belangrijkste functie is "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Your Drunk Uncle at Thanksgiving

Download Your Drunk Uncle at Thanksgiving-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Your Drunk Uncle at Thanksgiving Your Drunk Uncle at Thanksgiving
ID gojllilppggaoimmobeddlhafeijfigh
Officiële URL https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh
Beschrijving Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
Bestandsgrootte 8.34 KB
Aantal Installaties 395
Huidige Versie 0.2
Laatst Bijgewerkt 2015-10-29
Publicatiedatum 2015-10-29
Beoordeling 4.60/5 Totaal 50 Beoordelingen
Ontwikkelaar tim.bornholdt
Betalingswijze free
Ondersteunde Talen 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"
    }
}