Salty Boy

Automatic betting extension for Salty Bet

Salty Boyとは何ですか?

Salty Boyはfrancisco.ad.trindadeによって開発されたChromeの拡張機能で、その主な機能は「Automatic betting extension for Salty Bet」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Salty Boy拡張機能のCRXファイルをダウンロード

Salty Boy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This bot allows users to automatically bet on Salty Bet (https://saltybet.com). It makes requests out to Salty Boy (https://salty-boy.com) and accesses the data there to make best bet determinations.

Includes various bet modes, betting configurations, and the ability to overlay information about the fighter right into SaltyBet.

All the source code for this project can be found on GitHub (https://github.com/FranciscoAT/saltyboy). If there are any issues with the bot please make an issue on the project.

While this extension does not track you in any fashion it does make requests out to https://salty-boy.com which has rolling request logs. However, this information is not used for anything. If you have any concerns about this feel free to contact me on the above GitHub page.

Salty Boy Icon made by: Freepik (https://www.freepik.com) and can be found on Flaticon (https://www.flaticon.com).                    

拡張機能の基本情報

名前 Salty Boy Salty Boy
ID khlbmnneeaecmpeicbaodeaeicljnddj
公式URL https://chromewebstore.google.com/detail/salty-boy/khlbmnneeaecmpeicbaodeaeicljnddj
説明 Automatic betting extension for Salty Bet
ファイルサイズ 32.98 KB
インストール数 759
現在のバージョン 1.8.2
最終更新日 2024-02-24
公開日 2022-01-05
評価 5.00/5 合計 14 レビュー
開発者 francisco.ad.trindade
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://salty-boy.com/
ヘルプページのURL https://github.com/FranciscoAT/saltyboy/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salty Boy",
    "description": "Automatic betting extension for Salty Bet",
    "version": "1.8.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.saltybet.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}