Donald Trump Is An Actual Circus Clown

Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.

Cos'è Donald Trump Is An Actual Circus Clown?

Donald Trump Is An Actual Circus Clown è un'estensione di Chrome sviluppata da satellytehye, e la sua funzione principale è "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Donald Trump Is An Actual Circus Clown

Scarica i file di estensione Donald Trump Is An Actual Circus Clown 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

                        A simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.                    

Informazioni di Base sull'Estensione

Nome Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
URL Ufficiale https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
Descrizione Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Dimensione del File 18.99 KB
Conteggio Installazioni 50
Versione Corrente 0.1
Ultimo Aggiornamento 2015-12-08
Data di Pubblicazione 2015-12-08
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore satellytehye
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Is An Actual Circus Clown",
    "short_name": "Trump2Clown",
    "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}