Name Corrector

Correctly names famous people who have been incorrectly identified

Что такое Name Corrector?

Name Corrector - это расширение Chrome, разработанное gomeza08, и его основная функция - "Correctly names famous people who have been incorrectly identified".

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

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

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

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

                        Some unfortunate souls are constantly mis-identified on the internet. This extension fixes that for you. Go to http://bit.ly/1KonDJ1 and http://bit.ly/1GKw5xs to verify and please alert the creator if anyone else has this same problem.                    

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

Название Name Corrector Name Corrector
ID abofacofognfjhklaeeinbaifjekillj
Официальный URL https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj
Описание Correctly names famous people who have been incorrectly identified
Размер файла 15.21 KB
Количество установок 107
Текущая Версия 1.2
Последнее Обновление 2019-02-19
Дата публикации 2019-02-19
Рейтинг 5.00/5 Всего 8 оценок
Разработчик gomeza08
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Name Corrector",
    "version": "1.2",
    "description": "Correctly names famous people who have been incorrectly identified",
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}