Salty Boy
Automatic betting extension for Salty Bet
什麼是Salty Boy?
Salty Boy是由francisco.ad.trindade開發的Chrome擴展程式,該擴展的主要功能是“Automatic betting extension for Salty Bet”。
擴展截圖
下載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).
擴展基本資訊
名稱 | |
ID | khlbmnneeaecmpeicbaodeaeicljnddj |
官方網址 | 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 |
電子郵箱 | [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" } } |