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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}