NoMailto:

Block Mailto: links from opening automatically! 🙅📧

What is NoMailto:?

NoMailto: is a Chrome extension developed by mattcdowning, and its main feature is "Block Mailto: links from opening automatically! 🙅📧".

Extension Screenshots

screenshot

Download NoMailto: Extension CRX File

Download NoMailto: 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

                        Block Mailto: links from opening automatically! 🙅📧                    

Extension Basic Information

Name NoMailto: NoMailto:
ID bgpffgkjopajcfmnmioembmeelecfffj
Official URL https://chromewebstore.google.com/detail/nomailto/bgpffgkjopajcfmnmioembmeelecfffj
Description Block Mailto: links from opening automatically! 🙅📧
File Size 206 KB
Installation Count 60
Current Version 0.2.2
Last Updated 2019-05-08
Publish Date 2019-05-02
Developer mattcdowning
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NoMailto:",
    "version": "0.2.2",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "jquery.modal.min.js",
                "clipboard.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "nmtstyles.css"
    ]
}