Trumpinator 3000

Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!

Cos'è Trumpinator 3000?

Trumpinator 3000 è un'estensione di Chrome sviluppata da boomeasy, e la sua funzione principale è "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Trumpinator 3000

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

                        Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes.                    

Informazioni di Base sull'Estensione

Nome Trumpinator 3000 Trumpinator 3000
ID khfhhpmllkcdelbmpilggheoeopjhdmk
URL Ufficiale https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk
Descrizione Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
Dimensione del File 61.52 KB
Conteggio Installazioni 21
Versione Corrente 0.1.2
Ultimo Aggiornamento 2016-01-24
Data di Pubblicazione 2016-01-23
Sviluppatore boomeasy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/trumpinator3000
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpinator 3000",
    "version": "0.1.2",
    "description": "Replace 'Donald Trump' with 'Donald '$quote' Trump.  Make the web great again!",
    "icons": {
        "16": "16x16_crop_trumper.png",
        "48": "48x48_crop_trumper.png",
        "128": "128x128_crop_trumper.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}