Salty Finder

Saltybet database viewer.

Salty Finderคืออะไร?

Salty Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย doomsday.wombats และคุณลักษณะหลักของมันคือ "Saltybet database viewer."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salty Finder

ดาวน์โหลดไฟล์ส่วนขยาย Salty Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}