Trump Replace
Replaces all instances of Trump's name on every page with something more tolerable.
Что такое Trump Replace?
Trump Replace - это расширение Chrome, разработанное jackofspades, и его основная функция - "Replaces all instances of Trump's name on every page with something more tolerable.".
Снимки экрана расширения
Скачать файл CRX расширения Trump Replace
Скачайте файлы расширений Trump Replace в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.                     Основная информация о расширении
| Название |   |  
| ID | ndkbcljkfigafchkgjacamkkomjmdkpe | 
| Официальный URL | https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe | 
| Описание | Replaces all instances of Trump's name on every page with something more tolerable. | 
| Размер файла | 8 KB | 
| Количество установок | 77 | 
| Текущая Версия | 1.1.0 | 
| Последнее Обновление | 2016-10-13 | 
| Дата публикации | 2016-10-13 | 
| Рейтинг | 4.92/5 Всего 12 оценок | 
| Разработчик | jackofspades | 
| Тип оплаты | free | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replace",
    "description": "Replaces all instances of Trump's name on every page with something more tolerable.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "trump.png",
        "26": "trump.png"
    }
}  |  |