mailTo Killer

This extension helps you copy the email address of mailto link in every website

What is mailTo Killer?

mailTo Killer is a Chrome extension developed by srebalaji.sb, and its main feature is "This extension helps you copy the email address of mailto link in every website".

Extension Screenshots

screenshot

Download mailTo Killer Extension CRX File

Download mailTo Killer 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

                        mailTo Killer extension helps you copy the email address of mailto link of every website. So no more annoying native mail client actions in your computer. 
When you click the mailto link in any website a prompt will appear with the email address extracted from the mailto link. You can copy it easily and avoid firing the mail client in your computer.
Have fun :) :)                    

Extension Basic Information

Name mailTo Killer mailTo Killer
ID ebjdmibbjphahhneobfoibhkpkicdahe
Official URL https://chrome.google.com/webstore/detail/mailto-killer/ebjdmibbjphahhneobfoibhkpkicdahe
Description This extension helps you copy the email address of mailto link in every website
File Size 27.96 KB
Installation Count 172
Current Version 2.0
Last Updated 2016-11-19
Publish Date 2016-11-19
Rating 3.00/5 Total 4 Ratings
Developer srebalaji.sb
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mailTo Killer",
    "description": "This extension helps you copy the email address of mailto link in every website",
    "version": "2.0",
    "browser_action": {
        "icons": {
            "256": "logo.png",
            "128": "logo128.png"
        },
        "default_icon": "logo.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}