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. 扩展基本信息
| 名称 | |
| ID | demkpeekimedlljfklgoehpgmiapicki |
| 官方URL | 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"
]
}
]
} | |