The Donald Speaks

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

Qu'est-ce que The Donald Speaks ?

The Donald Speaks est une extension Chrome développée par Mike Tsao, et sa fonction principale est "On Google News, gives President a chance to comment on every newsworthy event.".

Télécharger le fichier CRX de l'extension The Donald Speaks

Téléchargez les fichiers d'extension The Donald Speaks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom The Donald Speaks The Donald Speaks
ID demkpeekimedlljfklgoehpgmiapicki
URL Officiel https://chromewebstore.google.com/detail/the-donald-speaks/demkpeekimedlljfklgoehpgmiapicki
Description On Google News, gives President a chance to comment on every newsworthy event.
Taille du Fichier 110 KB
Nombre d'Installations 14
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2016-11-09
Date de Publication 2016-11-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mike Tsao
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}