Don't Leave

This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.

What is Don't Leave?

Don't Leave is a Chrome extension developed by Primo, and its main feature is "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.".

Extension Screenshots

screenshot
screenshot

Download Don't Leave Extension CRX File

Download Don't Leave extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It'll alert you with a message if you try to close, reload, or leave the page anyway.

- Why our extension?
= Only by one click.
= Open-Source.                    

Extension Basic Information

Name Don't Leave Don't Leave
ID miikombcflpfechloeocnelmgeekgild
Official URL https://chromewebstore.google.com/detail/dont-leave/miikombcflpfechloeocnelmgeekgild
Description This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.
File Size 30.91 KB
Installation Count 67
Current Version 1.0.3
Last Updated 2021-11-06
Publish Date 2021-02-20
Rating 5.00/5 Total 3 Ratings
Developer Primo
Email [email protected]
Payment Type free
Extension Website https://github.com/m-primo/Dont-Leave
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Don't Leave",
    "version": "1.0.3",
    "description": "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "icons": [
            "img\/icon.svg"
        ]
    },
    "permissions": [
        "activeTab",
        ""
    ]
}