MABW Bettor Status - Chrome
Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.
Wat is MABW Bettor Status - Chrome?
MABW Bettor Status - Chrome is een Chrome-extensie ontwikkeld door mabw.d2jsp, en de belangrijkste functie is "Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.".
Extensie Screenshots
Download het CRX-bestand van de extensie MABW Bettor Status - Chrome
Download MABW Bettor Status - Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | MABW Bettor Status - Chrome |
ID | fndkolbibkpphjiicambmnmfhgadfnoj |
Officiële URL | https://chromewebstore.google.com/detail/mabw-bettor-status-chrome/fndkolbibkpphjiicambmnmfhgadfnoj |
Beschrijving | Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar. |
Bestandsgrootte | 38.4 KB |
Aantal Installaties | 24 |
Huidige Versie | 3.4.41 |
Laatst Bijgewerkt | 2012-08-20 |
Publicatiedatum | 2012-08-20 |
Ontwikkelaar | mabw.d2jsp |
Betalingswijze | free |
Ondersteunde Talen | 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" } |