Your Drunk Uncle at Thanksgiving

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

Qu'est-ce que Your Drunk Uncle at Thanksgiving ?

Your Drunk Uncle at Thanksgiving est une extension Chrome développée par tim.bornholdt, et sa fonction principale est "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Your Drunk Uncle at Thanksgiving

Téléchargez les fichiers d'extension Your Drunk Uncle at Thanksgiving au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Your Drunk Uncle at Thanksgiving Your Drunk Uncle at Thanksgiving
ID gojllilppggaoimmobeddlhafeijfigh
URL Officiel https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh
Description Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
Taille du Fichier 8.34 KB
Nombre d'Installations 395
Version Actuelle 0.2
Dernière Mise à Jour 2015-10-29
Date de Publication 2015-10-29
Évaluation 4.60/5 Total 50 Évaluations
Développeur tim.bornholdt
Type de Paiement free
Langues Prises en Charge 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"
    }
}