Drumpf

Replaces the Trump name with the original name within the current content.

Что такое Drumpf?

Drumpf - это расширение Chrome, разработанное alexako, и его основная функция - "Replaces the Trump name with the original name within the current content.".

Скачать файл CRX расширения Drumpf

Скачайте файлы расширений Drumpf в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
Официальный URL https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
Описание Replaces the Trump name with the original name within the current content.
Размер файла 36.99 KB
Количество установок 10
Текущая Версия 1.0
Последнее Обновление 2016-03-06
Дата публикации 2016-03-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик alexako
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}