MABW Bettor Status - Chrome
Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.
Cos'è MABW Bettor Status - Chrome?
MABW Bettor Status - Chrome è un'estensione di Chrome sviluppata da mabw.d2jsp, e la sua funzione principale è "Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MABW Bettor Status - Chrome
Scarica i file di estensione MABW Bettor Status - Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | MABW Bettor Status - Chrome |
ID | fndkolbibkpphjiicambmnmfhgadfnoj |
URL Ufficiale | https://chromewebstore.google.com/detail/mabw-bettor-status-chrome/fndkolbibkpphjiicambmnmfhgadfnoj |
Descrizione | Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar. |
Dimensione del File | 38.4 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 3.4.41 |
Ultimo Aggiornamento | 2012-08-20 |
Data di Pubblicazione | 2012-08-20 |
Sviluppatore | mabw.d2jsp |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |