Trumpisms

Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.

Cos'è Trumpisms?

Trumpisms è un'estensione di Chrome sviluppata da CaseySoftware, e la sua funzione principale è "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trumpisms

Scarica i file di estensione Trumpisms 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

                        This extension replaces various words with President Trump's preferred nicknames.

Currently, it replaces "ISIS" with "Evil Losers" and "Hillary Clinton" with "Crooked Hillary"

Enjoy!                    

Informazioni di Base sull'Estensione

Nome Trumpisms Trumpisms
ID feabnchiknilhgjblocljbhpcmdaiplc
URL Ufficiale https://chromewebstore.google.com/detail/trumpisms/feabnchiknilhgjblocljbhpcmdaiplc
Descrizione Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.
Dimensione del File 208 KB
Conteggio Installazioni 11
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-05-25
Data di Pubblicazione 2017-05-24
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore CaseySoftware
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/caseysoftware/trumpisms
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpisms",
    "version": "1.0.1",
    "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "images\/laugh-48.png",
        "128": "images\/laugh-128.png"
    }
}