No MailTo

Stop websites from opening your mail client when clicking on email links.

What is No MailTo?

No MailTo is a Chrome extension developed by Holey, and its main feature is "Stop websites from opening your mail client when clicking on email links.".

Extension Screenshots

screenshot
screenshot

Download No MailTo Extension CRX File

Download No MailTo 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

                        Quickly copy email address from mailto links.

This handy Google Chrome extension will copy the mail address to clipboard from mailto link and stop to open default mail client application.                    

Extension Basic Information

Name No MailTo No MailTo
ID iddmkjnajdfempacejnkehobopmhekpm
Official URL https://chromewebstore.google.com/detail/no-mailto/iddmkjnajdfempacejnkehobopmhekpm
Description Stop websites from opening your mail client when clicking on email links.
File Size 69.36 KB
Installation Count 115
Current Version 1.3
Last Updated 2023-12-07
Publish Date 2019-04-25
Rating 4.00/5 Total 4 Ratings
Developer Holey
Email [email protected]
Payment Type free
Supported Languages en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No MailTo",
    "version": "1.3",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "64": "favicon-64x64.png",
        "128": "favicon-128x128.png"
    },
    "action": {
        "default_title": "No MailTo",
        "default_icon": {
            "16": "favicon-16x16.png",
            "32": "favicon-32x32.png",
            "64": "favicon-64x64.png",
            "128": "favicon-128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "tippy.min.css"
            ],
            "js": [
                "jquery.min.js",
                "clipboard.min.js",
                "popper.min.js",
                "tippy.min.js",
                "tooltip.js",
                "content.js"
            ]
        }
    ],
    "short_name": "No MailTo"
}