The Trumpinator™

Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.

Wat is The Trumpinator™?

The Trumpinator™ is een Chrome-extensie ontwikkeld door Trump-800, en de belangrijkste functie is "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie The Trumpinator™

Download The Trumpinator™-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

                                            

Basisinformatie over de Extensie

Naam The Trumpinator™ The Trumpinator™
ID dmibnnkgfdonadejjcljacffalpcaolk
Officiële URL https://chrome.google.com/webstore/detail/the-trumpinator/dmibnnkgfdonadejjcljacffalpcaolk
Beschrijving Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.
Bestandsgrootte 13.34 KB
Aantal Installaties 49
Huidige Versie 1.0
Laatst Bijgewerkt 2016-06-30
Publicatiedatum 2016-06-30
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Trump-800
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Trumpinator\u2122",
    "description": "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}