The Donald Speaks
On Google News, gives President a chance to comment on every newsworthy event.
Что такое The Donald Speaks?
The Donald Speaks - это расширение Chrome, разработанное Mike Tsao, и его основная функция - "On Google News, gives President a chance to comment on every newsworthy event.".
Скачать файл CRX расширения The Donald Speaks
Скачайте файлы расширений 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"
]
}
]
} | |