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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MABW Bettor Status - Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |