Bettor Status

Puts the betting status of the person in their avatar

Cos'è Bettor Status?

Bettor Status è un'estensione di Chrome sviluppata da numone, e la sua funzione principale è "Puts the betting status of the person in their avatar".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bettor Status

Scarica i file di estensione Bettor Status 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

                        This extension shows the Bettor Status values for d2jsp.org's sports section.                    

Informazioni di Base sull'Estensione

Nome Bettor Status Bettor Status
ID hgedgefiljjjkodpjodmnldkbeimdgam
URL Ufficiale https://chromewebstore.google.com/detail/bettor-status/hgedgefiljjjkodpjodmnldkbeimdgam
Descrizione Puts the betting status of the person in their avatar
Dimensione del File 40.56 KB
Conteggio Installazioni 49
Versione Corrente 3.5
Ultimo Aggiornamento 2015-09-09
Data di Pubblicazione 2015-09-08
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore numone
Tipo di Pagamento free
Sito Web dell'Estensione http://www.d2jsp.org
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.7.0.min.js",
                "BettorStatus.js"
            ],
            "matches": [
                "http:\/\/forums.d2jsp.org\/*"
            ]
        }
    ],
    "description": "Puts the betting status of the person in their avatar",
    "name": "Bettor Status",
    "permissions": [
        "https:\/\/raw.githubusercontent.com\/numone\/bettor-status-d2jsp\/devel\/lists\/*"
    ],
    "version": "3.5",
    "manifest_version": 2
}