Trump To Butt
Replaces the text 'Trump' with 'Butt'.
Что такое Trump To Butt?
Trump To Butt - это расширение Chrome, разработанное timetoplatypus, и его основная функция - "Replaces the text 'Trump' with 'Butt'.".
Снимки экрана расширения
Скачать файл CRX расширения Trump To Butt
Скачайте файлы расширений Trump To Butt в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension replaces "Donald Trump" with "Donald Butt" on each webpage you visit. Основная информация о расширении
| Название | |
| ID | hmnfdkchaobhibkmhndamnoajecjllgn |
| Официальный URL | https://chromewebstore.google.com/detail/trump-to-butt/hmnfdkchaobhibkmhndamnoajecjllgn |
| Описание | Replaces the text 'Trump' with 'Butt'. |
| Размер файла | 56.77 KB |
| Количество установок | 62 |
| Текущая Версия | 3.0 |
| Последнее Обновление | 2016-01-03 |
| Дата публикации | 2016-01-03 |
| Рейтинг | 4.33/5 Всего 6 оценок |
| Разработчик | timetoplatypus |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump To Butt",
"version": "3.0",
"description": "Replaces the text 'Trump' with 'Butt'.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |