MoBro!

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

Vad är MoBro!?

MoBro! är en Chrome-tillägg utvecklad av http://www.mobro.io, och dess huvudfunktion är "Browse the web like a MoFo. Give your cursor some Mo Love!".

Tilläggsskärmbilder

screenshot

Ladda ner MoBro!-förlängningens CRX-fil

Ladda ner MoBro!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn MoBro! MoBro!
ID phdncaldomjlbjkohkefkncmfkodimmn
Officiell webbadress https://chrome.google.com/webstore/detail/mobro/phdncaldomjlbjkohkefkncmfkodimmn
Beskrivning Browse the web like a MoFo. Give your cursor some Mo Love!
Filstorlek 30.63 KB
Antal Installationer 46
Aktuell Version 1
Senast Uppdaterad 2014-10-29
Publiceringsdatum 2014-10-29
Betyg 3.10/5 Totalt 10 Betyg
Utvecklare http://www.mobro.io
Betalningssätt free
Tilläggswebbplats http://mobro.io
Stödda Språk 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"
    ]
}