Trump to Chump

Replaces the text 'Trump' with 'Chump' for obvious reasons.

Qu'est-ce que Trump to Chump ?

Trump to Chump est une extension Chrome développée par Arsenal, et sa fonction principale est "Replaces the text 'Trump' with 'Chump' for obvious reasons.".

Captures d'Écran de l'Extension

screenshot
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

                                            

Informations de Base sur l'Extension

Nom Trump to Chump Trump to Chump
ID cmepdjapkhfephneckblhdglohcodebc
URL Officiel https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc
Description Replaces the text 'Trump' with 'Chump' for obvious reasons.
Taille du Fichier 3.53 KB
Nombre d'Installations 31
Version Actuelle 0.1
Dernière Mise à Jour 2015-11-06
Date de Publication 2015-11-06
Évaluation 5.00/5 Total 7 Évaluations
Développeur Arsenal
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Chump",
    "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}