Trump is a Chump

Replace the names of politicians with words of your own!

Cos'è Trump is a Chump?

Trump is a Chump è un'estensione di Chrome sviluppata da chumpextension, e la sua funzione principale è "Replace the names of politicians with words of your own!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Trump is a Chump

Scarica i file di estensione Trump is a Chump in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Trump is a Chump Trump is a Chump
ID nlcibpbonljgjeiajboacpdblbibdocb
URL Ufficiale https://chrome.google.com/webstore/detail/trump-is-a-chump/nlcibpbonljgjeiajboacpdblbibdocb
Descrizione Replace the names of politicians with words of your own!
Dimensione del File 115 KB
Conteggio Installazioni 129
Versione Corrente 0.2.1
Ultimo Aggiornamento 2020-10-31
Data di Pubblicazione 2020-03-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore chumpextension
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}