MoBro!

Browse the web like a MoFo. Give your cursor some Mo Love!

What is MoBro!?

MoBro! is a Chrome extension developed by http://www.mobro.io, and its main feature is "Browse the web like a MoFo. Give your cursor some Mo Love!".

Extension Screenshots

screenshot

Download MoBro! Extension CRX File

Download MoBro! 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

                        MoBro turns your mouse cursor in to a Moustache. 
Whether you are male or female, or old enough to grow moustache it doesn't matter with MoBro.
Install the extension and support Movember.

Browse the web like a MoFo. Give your cursor some Mo Love!                    

Extension Basic Information

Name MoBro! MoBro!
ID phdncaldomjlbjkohkefkncmfkodimmn
Official URL https://chrome.google.com/webstore/detail/mobro/phdncaldomjlbjkohkefkncmfkodimmn
Description Browse the web like a MoFo. Give your cursor some Mo Love!
File Size 30.63 KB
Installation Count 46
Current Version 1
Last Updated 2014-10-29
Publish Date 2014-10-29
Rating 3.10/5 Total 10 Ratings
Developer http://www.mobro.io
Payment Type free
Extension Website http://mobro.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "mobro.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Browse the web like a MoFo. Give your cursor some Mo Love!",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "MoBro!",
    "version": "1",
    "web_accessible_resources": [
        "mobro.png"
    ]
}