Donald Trump's Humongous Dick

This extension reminds the user how big Donald J. Trump's penis is.

Cos'è Donald Trump's Humongous Dick?

Donald Trump's Humongous Dick è un'estensione di Chrome sviluppata da SIlver Bullet, e la sua funzione principale è "This extension reminds the user how big Donald J. Trump's penis is.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Donald Trump's Humongous Dick

Scarica i file di estensione Donald Trump's Humongous Dick 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

                        This app finds most instances of "Donald Trump", "Donald J. Trump", or "Donald John Trump" on a webpage and adds descriptive information about said figure's "Right Hand Man."  Sources:  Thanks to Donald Trump for the information (https://www.youtube.com/watch?v=nALb4lEbSbA) and thanks to Last Week Tonight for the inspiration (https://chrome.google.com/webstore/detail/drumpfinator/hcimhbfpiofdihhdnofbdlhjcmjopilp?hl=en).                    

Informazioni di Base sull'Estensione

Nome Donald Trump's Humongous Dick Donald Trump's Humongous Dick
ID amigfmhkcnmcdcmaiacdghphinpgogni
URL Ufficiale https://chrome.google.com/webstore/detail/donald-trumps-humongous-d/amigfmhkcnmcdcmaiacdghphinpgogni
Descrizione This extension reminds the user how big Donald J. Trump's penis is.
Dimensione del File 41.65 KB
Conteggio Installazioni 51
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2016-05-18
Data di Pubblicazione 2016-05-18
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore SIlver Bullet
Tipo di Pagamento in_app
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump's Humongous Dick",
    "version": "0.0.0.2",
    "description": "This extension reminds the user how big Donald J. Trump's penis is.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}