multisend

load multi send by csv to blockchain.info

What is multisend?

multisend is a Chrome extension developed by hpyhacking, and its main feature is "load multi send by csv to blockchain.info".

Extension Screenshots

screenshot

Download multisend Extension CRX File

Download multisend 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

                        Easy send to multi address bitcoin in blockchain.info, save your miner fee.

step 1. record your payment in Excel or Numbers.
step 2. copy 2 columns ADDRESS and AMOUNT.
step 3. in blockchain.info custom send panel, click multisend icon and peast.
step 4. check your payments and send it.                    

Extension Basic Information

Name multisend multisend
ID pmbmnanffjphebhlejfnbghanlkakjcn
Official URL https://chrome.google.com/webstore/detail/multisend/pmbmnanffjphebhlejfnbghanlkakjcn
Description load multi send by csv to blockchain.info
File Size 41.41 KB
Installation Count 111
Current Version 1.3
Last Updated 2013-09-15
Publish Date 2013-09-15
Developer hpyhacking
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "multisend",
    "version": "1.3",
    "manifest_version": 2,
    "description": "load multi send by csv to blockchain.info",
    "permissions": [
        "tabs",
        "https:\/\/blockchain.info\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/blockchain.info\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}