Trump is a Chump

Replace the names of politicians with words of your own!

Qu'est-ce que Trump is a Chump ?

Trump is a Chump est une extension Chrome développée par chumpextension, et sa fonction principale est "Replace the names of politicians with words of your own!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Is political news getting you down? Try out the Chump Trump extension! Every time you see the word "Trump" on your browser, it gets replaced by the word "Chump". Choose your own words to replace Trump with in the options page. Also works for Pence, Conway and McConnell.                    

Informations de Base sur l'Extension

Nom Trump is a Chump Trump is a Chump
ID nlcibpbonljgjeiajboacpdblbibdocb
URL Officiel https://chrome.google.com/webstore/detail/trump-is-a-chump/nlcibpbonljgjeiajboacpdblbibdocb
Description Replace the names of politicians with words of your own!
Taille du Fichier 115 KB
Nombre d'Installations 129
Version Actuelle 0.2.1
Dernière Mise à Jour 2020-10-31
Date de Publication 2020-03-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur chumpextension
Email [email protected]
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 is a Chump",
    "version": "0.2.1",
    "description": "Replace the names of politicians with words of your own!",
    "content_scripts": [
        {
            "css": [
                ".\/content\/style.css"
            ],
            "js": [
                ".\/content\/main.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "browser_action": {
        "default_popup": ".\/popup\/index.html"
    },
    "options_page": ".\/options\/index.html"
}