MABW Bettor Status - Chrome

Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.

Co to jest MABW Bettor Status - Chrome?

MABW Bettor Status - Chrome to rozszerzenie Chrome opracowane przez mabw.d2jsp, a jego główną funkcją jest „Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MABW Bettor Status - Chrome

Pobierz pliki rozszerzeń MABW Bettor Status - Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MABW Bettor Status - Chrome MABW Bettor Status - Chrome
ID fndkolbibkpphjiicambmnmfhgadfnoj
Oficjalny URL https://chromewebstore.google.com/detail/mabw-bettor-status-chrome/fndkolbibkpphjiicambmnmfhgadfnoj
Opis Displays Martial Arts, Boxing, and Wrestling Bettor Status under D2JSP user's avatar.
Rozmiar pliku 38.4 KB
Liczba instalacji 24
Aktualna Wersja 3.4.41
Ostatnia Aktualizacja 2012-08-20
Data Publikacji 2012-08-20
Deweloper mabw.d2jsp
Typ Płatności free
Obsługiwane Języki 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"
}