The Donald Speaks
On Google News, gives President a chance to comment on every newsworthy event.
What is The Donald Speaks?
The Donald Speaks is a Chrome extension developed by Mike Tsao, and its main feature is "On Google News, gives President a chance to comment on every newsworthy event.".
Download The Donald Speaks Extension CRX File
Download The Donald Speaks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Inspired by http://thanks-obama.tumblr.com/. Updated for 2016 Presidential election cycle.
Extension Basic Information
Name | The Donald Speaks |
ID | demkpeekimedlljfklgoehpgmiapicki |
Official URL | https://chromewebstore.google.com/detail/the-donald-speaks/demkpeekimedlljfklgoehpgmiapicki |
Description | On Google News, gives President a chance to comment on every newsworthy event. |
File Size | 110 KB |
Installation Count | 14 |
Current Version | 0.0.0.3 |
Last Updated | 2016-11-09 |
Publish Date | 2016-11-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mike Tsao |
Payment Type | free |
Supported Languages | 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" ] } ] } |