“President” Trump
Replaces instances of President Trump with “President” Trump (adds quotations)
Что такое “President” Trump?
“President” Trump - это расширение Chrome, разработанное https://www.someguy.is, и его основная функция - "Replaces instances of President Trump with “President” Trump (adds quotations)".
Снимки экрана расширения
Скачать файл CRX расширения “President” Trump
Скачайте файлы расширений “President” Trump в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing. Основная информация о расширении
| Название | |
| ID | mepmmhgfbgdepgombedfmppbjcjnaibg |
| Официальный URL | https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg |
| Описание | Replaces instances of President Trump with “President” Trump (adds quotations) |
| Размер файла | 200 KB |
| Количество установок | 246 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2017-01-21 |
| Дата публикации | 2017-01-21 |
| Рейтинг | 4.73/5 Всего 22 оценок |
| Разработчик | https://www.someguy.is |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.someguy.is |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u201cPresident\u201d Trump",
"short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations",
"version": "1.2",
"description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)",
"icons": {
"16": "images\/logo_16.png",
"48": "images\/logo_48.png",
"128": "images\/logo_128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"myscript.js"
],
"run_at": "document_end"
}
]
} | |