Salty Finder

Saltybet database viewer.

Salty Finder là gì?

Salty Finder là một tiện ích mở rộng Chrome được phát triển bởi doomsday.wombats, và tính năng chính của nó là "Saltybet database viewer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Salty Finder

Tải xuống các tệp mở rộng Salty Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Salty Finder Salty Finder
ID copocnlfmefhjhcpnciembhppkkaoagi
URL Chính Thức https://chromewebstore.google.com/detail/salty-finder/copocnlfmefhjhcpnciembhppkkaoagi
Mô tả Saltybet database viewer.
Kích Thước Tệp 61.35 KB
Số Lần Cài Đặt 1,171
Phiên Bản Hiện Tại 2019.5.8.1
Cập Nhật Lần Cuối 2024-01-28
Ngày Phát Hành 2019-05-08
Đánh Giá 4.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển doomsday.wombats
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://salty.imaprettykitty.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}