MABW Bettor Status - Chrome
Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.
什么是MABW Bettor Status - Chrome?
MABW Bettor Status - Chrome是由mabw.d2jsp开发的Chrome扩展程序,该扩展的主要功能是“Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.”。
扩展截图
下载MABW Bettor Status - Chrome扩展crx文件
下载MABW Bettor Status - Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Displays Martial Arts, Boxing, and Wrestling Bettor Status under a user's avatar. To view the Bettor's List picture, simply click "MABW Bettor Status:", then click it again in the pop-up window to bring up the image. Many thanks to numone for the original script.
扩展基本信息
名称 | MABW Bettor Status - Chrome |
ID | fndkolbibkpphjiicambmnmfhgadfnoj |
官方URL | https://chromewebstore.google.com/detail/mabw-bettor-status-chrome/fndkolbibkpphjiicambmnmfhgadfnoj |
简介 | Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar. |
文件大小 | 38.4 KB |
安装次数 | 24 |
当前版本 | 3.4.41 |
更新时间 | 2012-08-20 |
上架时间 | 2012-08-20 |
开发者 | mabw.d2jsp |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery-1.7.0.min.js", "Status.js" ], "matches": [ "http:\/\/forums.d2jsp.org\/*" ] } ], "description": "Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.", "manifest_version": 2, "name": "MABW Bettor Status - Chrome", "permissions": [ "http:\/\/*.angelfire.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.4.41" } |