Donald Trump's Humongous Dick

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

Vad är Donald Trump's Humongous Dick?

Donald Trump's Humongous Dick är en Chrome-tillägg utvecklad av SIlver Bullet, och dess huvudfunktion är "This extension reminds the user how big Donald J. Trump's penis is.".

Tilläggsskärmbilder

screenshot

Ladda ner Donald Trump's Humongous Dick-förlängningens CRX-fil

Ladda ner Donald Trump's Humongous Dick-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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).                    

Grundläggande Information om Tillägg

Namn Donald Trump's Humongous Dick Donald Trump's Humongous Dick
ID amigfmhkcnmcdcmaiacdghphinpgogni
Officiell webbadress https://chrome.google.com/webstore/detail/donald-trumps-humongous-d/amigfmhkcnmcdcmaiacdghphinpgogni
Beskrivning This extension reminds the user how big Donald J. Trump's penis is.
Filstorlek 41.65 KB
Antal Installationer 51
Aktuell Version 0.0.0.2
Senast Uppdaterad 2016-05-18
Publiceringsdatum 2016-05-18
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare SIlver Bullet
Betalningssätt in_app
Stödda Språk 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"
    }
}