The Donald Speaks

On Google News, gives President a chance to comment on every newsworthy event.

Cos'è The Donald Speaks?

The Donald Speaks è un'estensione di Chrome sviluppata da Mike Tsao, e la sua funzione principale è "On Google News, gives President a chance to comment on every newsworthy event.".

Scarica il file CRX dell'estensione The Donald Speaks

Scarica i file di estensione The Donald Speaks 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

                        Inspired by http://thanks-obama.tumblr.com/. Updated for 2016 Presidential election cycle.                    

Informazioni di Base sull'Estensione

Nome The Donald Speaks The Donald Speaks
ID demkpeekimedlljfklgoehpgmiapicki
URL Ufficiale https://chromewebstore.google.com/detail/the-donald-speaks/demkpeekimedlljfklgoehpgmiapicki
Descrizione On Google News, gives President a chance to comment on every newsworthy event.
Dimensione del File 110 KB
Conteggio Installazioni 14
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2016-11-09
Data di Pubblicazione 2016-11-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Mike Tsao
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Donald Speaks",
    "description": "On Google News, gives President a chance to comment on every newsworthy event.",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.google.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}