Salty Finder

Saltybet database viewer.

Cos'è Salty Finder?

Salty Finder è un'estensione di Chrome sviluppata da doomsday.wombats, e la sua funzione principale è "Saltybet database viewer.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Salty Finder

Scarica i file di estensione Salty Finder 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

                        Shows win/lose stats for competitors on Saltybet from a free database.

You must be logged in for these stats to show.

Source code is available here:
https://github.com/mrmoss/saltybet_tools_chrome_extension                    

Informazioni di Base sull'Estensione

Nome Salty Finder Salty Finder
ID copocnlfmefhjhcpnciembhppkkaoagi
URL Ufficiale https://chromewebstore.google.com/detail/salty-finder/copocnlfmefhjhcpnciembhppkkaoagi
Descrizione Saltybet database viewer.
Dimensione del File 61.35 KB
Conteggio Installazioni 1,171
Versione Corrente 2019.5.8.1
Ultimo Aggiornamento 2024-01-28
Data di Pubblicazione 2019-05-08
Valutazione 4.00/5 Totale 9 Valutazioni
Sviluppatore doomsday.wombats
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://salty.imaprettykitty.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salty Finder",
    "short_name": "Salty Finder",
    "description": "Saltybet database viewer.",
    "version": "2019.5.8.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/mugen.saltybet.com\/",
        "https:\/\/mugen.saltybet.com\/",
        "http:\/\/www.saltybet.com\/",
        "https:\/\/www.saltybet.com\/",
        "https:\/\/salty.imaprettykitty.com\/"
    ],
    "background": {
        "scripts": [
            "js\/xhr_proxy.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/background.js"
            ],
            "matches": [
                "http:\/\/mugen.saltybet.com\/",
                "https:\/\/mugen.saltybet.com\/",
                "http:\/\/www.saltybet.com\/",
                "https:\/\/www.saltybet.com\/"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/favicon-16x16.png",
        "128": "images\/favicon-32x32.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/salty.imaprettykitty.com\/*"
        ]
    }
}