MoBro!
Browse the web like a MoFo. Give your cursor some Mo Love!
MoBro!とは何ですか?
MoBro!はhttp://www.mobro.ioによって開発されたChromeの拡張機能で、その主な機能は「Browse the web like a MoFo. Give your cursor some Mo Love!」です。
拡張機能のスクリーンショット
MoBro!拡張機能のCRXファイルをダウンロード
MoBro!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | phdncaldomjlbjkohkefkncmfkodimmn |
公式URL | https://chrome.google.com/webstore/detail/mobro/phdncaldomjlbjkohkefkncmfkodimmn |
説明 | Browse the web like a MoFo. Give your cursor some Mo Love! |
ファイルサイズ | 30.63 KB |
インストール数 | 46 |
現在のバージョン | 1 |
最終更新日 | 2014-10-29 |
公開日 | 2014-10-29 |
評価 | 3.10/5 合計 10 レビュー |
開発者 | http://www.mobro.io |
支払い方法 | free |
拡張機能のウェブサイト | http://mobro.io |
対応言語 | 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" ] } |