MoBro!
Browse the web like a MoFo. Give your cursor some Mo Love!
Apa itu MoBro!?
MoBro! adalah ekstensi Chrome yang dikembangkan oleh http://www.mobro.io, dan fitur utamanya adalah "Browse the web like a MoFo. Give your cursor some Mo Love!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MoBro!
Unduh file ekstensi MoBro! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | phdncaldomjlbjkohkefkncmfkodimmn |
URL Resmi | https://chrome.google.com/webstore/detail/mobro/phdncaldomjlbjkohkefkncmfkodimmn |
Deskripsi | Browse the web like a MoFo. Give your cursor some Mo Love! |
Ukuran File | 30.63 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2014-10-29 |
Tanggal Publikasi | 2014-10-29 |
Penilaian | 3.10/5 Total 10 Penilaian |
Pengembang | http://www.mobro.io |
Tipe Pembayaran | free |
Situs Ekstensi | http://mobro.io |
Bahasa yang Didukung | 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" ] } |