no-beforeunload

Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.

Что такое no-beforeunload?

no-beforeunload - это расширение Chrome, разработанное Sebastian Noack, и его основная функция - "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

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

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

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

                        Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.                    

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

Название no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
Официальный URL https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Описание Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Размер файла 3.25 KB
Количество установок 161
Текущая Версия 1.0
Последнее Обновление 2013-11-07
Дата публикации 2013-11-07
Рейтинг 3.50/5 Всего 8 оценок
Разработчик Sebastian Noack
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "no-beforeunload",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}