Dragnea Autocorrect

Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'

Что такое Dragnea Autocorrect?

Dragnea Autocorrect - это расширение Chrome, разработанное ologesa, и его основная функция - "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'".

Снимки экрана расширения

screenshot

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

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

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

                                            

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

Название Dragnea Autocorrect Dragnea Autocorrect
ID mndiplffmgmjagclpdgbbopkngnjjalp
Официальный URL https://chromewebstore.google.com/detail/dragnea-autocorrect/mndiplffmgmjagclpdgbbopkngnjjalp
Описание Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'
Размер файла 5.56 KB
Количество установок 128
Текущая Версия 1.0
Последнее Обновление 2016-11-03
Дата публикации 2016-11-03
Рейтинг 5.00/5 Всего 10 оценок
Разработчик ologesa
Тип оплаты free
Поддерживаемые языки ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dragnea Autocorrect",
    "version": "1.0",
    "description": "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}