Trump To Chump

Replaces the text 'Trump' with 'Chump'.

Qu'est-ce que Trump To Chump ?

Trump To Chump est une extension Chrome développée par Drew Wasem, et sa fonction principale est "Replaces the text 'Trump' with 'Chump'.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Trump To Chump

Téléchargez les fichiers d'extension Trump To Chump 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

                        Spreading the truth throughout the internet, Donald Trump is a Chump.                    

Informations de Base sur l'Extension

Nom Trump To Chump Trump To Chump
ID almlkepgjlmnpndeahbcpinhhdffbech
URL Officiel https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech
Description Replaces the text 'Trump' with 'Chump'.
Taille du Fichier 18.68 KB
Nombre d'Installations 19
Version Actuelle 1
Dernière Mise à Jour 2015-08-23
Date de Publication 2015-08-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur Drew Wasem
Type de Paiement free
Site Web de l'Extension https://github.com/CapeDrew/Trump-To-Chump
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Chump",
    "short_name": "Trump To Chump",
    "description": "Replaces the text 'Trump' with 'Chump'.",
    "author": "Andrew R Wasem",
    "version": "1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}