The Trumpweb

Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.

Cos'è The Trumpweb?

The Trumpweb è un'estensione di Chrome sviluppata da Patrick Hogan, e la sua funzione principale è "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Trumpweb

Scarica i file di estensione The Trumpweb 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 Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more. 

Developed by Fusion. Learn more at Fusion.net.                    

Informazioni di Base sull'Estensione

Nome The Trumpweb The Trumpweb
ID fjkehfaokpmcbigmbgdhmjblecgfkedg
URL Ufficiale https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg
Descrizione Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
Dimensione del File 10.36 KB
Conteggio Installazioni 3,664
Versione Corrente 0.2.1
Ultimo Aggiornamento 2015-07-10
Data di Pubblicazione 2015-07-10
Valutazione 4.68/5 Totale 297 Valutazioni
Sviluppatore Patrick Hogan
Tipo di Pagamento free
Sito Web dell'Estensione http://www.fusion.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Trumpweb",
    "version": "0.2.1",
    "description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}