The Donald Speaks

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

Apa itu The Donald Speaks?

The Donald Speaks adalah ekstensi Chrome yang dikembangkan oleh Mike Tsao, dan fitur utamanya adalah "On Google News, gives President a chance to comment on every newsworthy event.".

Unduh Berkas CRX Ekstensi The Donald Speaks

Unduh file ekstensi The Donald Speaks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama The Donald Speaks The Donald Speaks
ID demkpeekimedlljfklgoehpgmiapicki
URL Resmi https://chromewebstore.google.com/detail/the-donald-speaks/demkpeekimedlljfklgoehpgmiapicki
Deskripsi On Google News, gives President a chance to comment on every newsworthy event.
Ukuran File 110 KB
Jumlah Instalasi 14
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2016-11-09
Tanggal Publikasi 2016-11-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Mike Tsao
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}