MABW Bettor Status - Chrome
Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.
MABW Bettor Status - Chrome là gì?
MABW Bettor Status - Chrome là một tiện ích mở rộng Chrome được phát triển bởi mabw.d2jsp, và tính năng chính của nó là "Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MABW Bettor Status - Chrome
Tải xuống các tệp mở rộng MABW Bettor Status - Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MABW Bettor Status - Chrome |
ID | fndkolbibkpphjiicambmnmfhgadfnoj |
URL Chính Thức | https://chromewebstore.google.com/detail/mabw-bettor-status-chrome/fndkolbibkpphjiicambmnmfhgadfnoj |
Mô tả | Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar. |
Kích Thước Tệp | 38.4 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 3.4.41 |
Cập Nhật Lần Cuối | 2012-08-20 |
Ngày Phát Hành | 2012-08-20 |
Nhà Phát Triển | mabw.d2jsp |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |