MoBro!
Browse the web like a MoFo. Give your cursor some Mo Love!
Wat is MoBro!?
MoBro! is een Chrome-extensie ontwikkeld door http://www.mobro.io, en de belangrijkste functie is "Browse the web like a MoFo. Give your cursor some Mo Love!".
Extensie Screenshots
Download het CRX-bestand van de extensie MoBro!
Download MoBro!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | phdncaldomjlbjkohkefkncmfkodimmn |
Officiële URL | https://chrome.google.com/webstore/detail/mobro/phdncaldomjlbjkohkefkncmfkodimmn |
Beschrijving | Browse the web like a MoFo. Give your cursor some Mo Love! |
Bestandsgrootte | 30.63 KB |
Aantal Installaties | 46 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2014-10-29 |
Publicatiedatum | 2014-10-29 |
Beoordeling | 3.10/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://www.mobro.io |
Betalingswijze | free |
Extensiewebsite | http://mobro.io |
Ondersteunde Talen | 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" ] } |