Spray-tanned blobfish

This extension replaces Donald Trump with a random description that Jezebel has used to describe him

Cos'è Spray-tanned blobfish?

Spray-tanned blobfish è un'estensione di Chrome sviluppata da natekandler, e la sua funzione principale è "This extension replaces Donald Trump with a random description that Jezebel has used to describe him".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spray-tanned blobfish

Scarica i file di estensione Spray-tanned blobfish 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 Donald Trump's name with a random description used on the site http://jezebel.com/.

exs. Half-melted pile of candy corn from Halloween ‘83, A parking cone with emotional issues,                    

Informazioni di Base sull'Estensione

Nome Spray-tanned blobfish Spray-tanned blobfish
ID fonnacpnjcpacgifamkndcphmommihmm
URL Ufficiale https://chromewebstore.google.com/detail/spray-tanned-blobfish/fonnacpnjcpacgifamkndcphmommihmm
Descrizione This extension replaces Donald Trump with a random description that Jezebel has used to describe him
Dimensione del File 8.61 KB
Conteggio Installazioni 33
Versione Corrente 0.2
Ultimo Aggiornamento 2017-01-28
Data di Pubblicazione 2017-01-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore natekandler
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spray-tanned blobfish",
    "description": "This extension replaces Donald Trump with a random description that Jezebel has used to describe him",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}