The Trumpweb
Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
Что такое The Trumpweb?
The Trumpweb - это расширение Chrome, разработанное Patrick Hogan, и его основная функция - "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.".
Снимки экрана расширения
Скачать файл CRX расширения The Trumpweb
Скачайте файлы расширений The Trumpweb в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more.
Developed by Fusion. Learn more at Fusion.net. Основная информация о расширении
| Название | |
| ID | fjkehfaokpmcbigmbgdhmjblecgfkedg |
| Официальный URL | https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg |
| Описание | Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name. |
| Размер файла | 10.36 KB |
| Количество установок | 3,664 |
| Текущая Версия | 0.2.1 |
| Последнее Обновление | 2015-07-10 |
| Дата публикации | 2015-07-10 |
| Рейтинг | 4.68/5 Всего 297 оценок |
| Разработчик | Patrick Hogan |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.fusion.net |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The Trumpweb",
"version": "0.2.1",
"description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |