no-beforeunload

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

Qu'est-ce que no-beforeunload ?

no-beforeunload est une extension Chrome développée par Sebastian Noack, et sa fonction principale est "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

Télécharger le fichier CRX de l'extension no-beforeunload

Téléchargez les fichiers d'extension no-beforeunload au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
URL Officiel https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Description Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Taille du Fichier 3.25 KB
Nombre d'Installations 161
Version Actuelle 1.0
Dernière Mise à Jour 2013-11-07
Date de Publication 2013-11-07
Évaluation 3.50/5 Total 8 Évaluations
Développeur Sebastian Noack
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}