MABW Bettor Status - Chrome
Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.
What is MABW Bettor Status - Chrome?
MABW Bettor Status - Chrome is a Chrome extension developed by mabw.d2jsp, and its main feature is "Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.".
Extension Screenshots
Download MABW Bettor Status - Chrome Extension CRX File
Download MABW Bettor Status - Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MABW Bettor Status - Chrome |
ID | fndkolbibkpphjiicambmnmfhgadfnoj |
Official URL | https://chromewebstore.google.com/detail/mabw-bettor-status-chrome/fndkolbibkpphjiicambmnmfhgadfnoj |
Description | Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar. |
File Size | 38.4 KB |
Installation Count | 24 |
Current Version | 3.4.41 |
Last Updated | 2012-08-20 |
Publish Date | 2012-08-20 |
Developer | mabw.d2jsp |
Payment Type | free |
Supported Languages | 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" } |