Salty Finder

Saltybet database viewer.

Salty Finder란 무엇입니까?

Salty Finder은(는) doomsday.wombats에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saltybet database viewer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Salty Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Salty Finder Salty Finder
ID copocnlfmefhjhcpnciembhppkkaoagi
공식 URL https://chromewebstore.google.com/detail/salty-finder/copocnlfmefhjhcpnciembhppkkaoagi
설명 Saltybet database viewer.
파일 크기 61.35 KB
설치 횟수 1,171
현재 버전 2019.5.8.1
최근 업데이트 2024-01-28
출시 날짜 2019-05-08
평점 4.00/5 총 9 개의 평점
개발자 doomsday.wombats
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://salty.imaprettykitty.com
지원되는 언어 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\/*"
        ]
    }
}