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 |
| 官方網址 | 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"
]
} | |