The Donald Speaks

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

什麼是The Donald Speaks?

The Donald Speaks是由Mike Tsao開發的Chrome擴展程式,該擴展的主要功能是“On Google News, gives President a chance to comment on every newsworthy event.”。

下載The Donald Speaks擴展crx文件

下載The Donald Speaks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 The Donald Speaks The Donald Speaks
ID demkpeekimedlljfklgoehpgmiapicki
官方網址 https://chromewebstore.google.com/detail/the-donald-speaks/demkpeekimedlljfklgoehpgmiapicki
簡介 On Google News, gives President a chance to comment on every newsworthy event.
檔案大小 110 KB
安裝次數 14
目前版本 0.0.0.3
更新時間 2016-11-09
上架時間 2016-11-09
評分 5.00/5 共 1 次評分
開發者 Mike Tsao
付費類型 free
支援的語言 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"
            ]
        }
    ]
}