The Trumpinator™

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

Qu'est-ce que The Trumpinator™ ?

The Trumpinator™ est une extension Chrome développée par Trump-800, et sa fonction principale est "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension The Trumpinator™

Téléchargez les fichiers d'extension The Trumpinator™ 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

                                            

Informations de Base sur l'Extension

Nom The Trumpinator™ The Trumpinator™
ID dmibnnkgfdonadejjcljacffalpcaolk
URL Officiel https://chrome.google.com/webstore/detail/the-trumpinator/dmibnnkgfdonadejjcljacffalpcaolk
Description Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.
Taille du Fichier 13.34 KB
Nombre d'Installations 49
Version Actuelle 1.0
Dernière Mise à Jour 2016-06-30
Date de Publication 2016-06-30
Évaluation 5.00/5 Total 6 Évaluations
Développeur Trump-800
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}