Salty Boy

Automatic betting extension for Salty Bet

Salty Boy क्या है?

Salty Boy francisco.ad.trindade द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic betting extension for Salty Bet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salty Boy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}