BBOalert

Auto alert on BBO

BBOalert क्या है?

BBOalert stanmaz.git द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto alert on BBO"।

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

screenshot

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

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

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

                        During the bidding, conventional calls must be alerted and explained to the opponents. Playing artificial bidding systems on BBO is not practical because explaining each alerted call is time consuming and therefore frustrating for all participants.

BBOalert solves this problem. Artificial bidding sequences can be predefined in a table. Opponents get the explanation automatically and immediately. Explanations entered manually during the game are recorded for future use.

This add-on is compatible with Linux, Windows and Android platforms.

For more details visit project's site : https://github.com/stanmaz/BBOalert                    

एक्सटेंशन की मूल जानकारी

नाम BBOalert BBOalert
ID bjgihidachainhhhilkeemegdhehnlcf
आधिकारिक URL https://chromewebstore.google.com/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf
विवरण Auto alert on BBO
फ़ाइल का आकार 252 KB
स्थापना संख्या 859
वर्तमान संस्करण 8.0.11
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2020-06-24
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर stanmaz.git
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/stanmaz/BBOalert
सहायता पृष्ठ URL https://www.facebook.com/groups/706384146770707/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BBOalert",
    "description": "Auto alert on BBO",
    "version": "8.0.11",
    "icons": {
        "16": "BBOalert16.png",
        "48": "BBOalert48.png",
        "128": "BBOalert128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "globals.js",
                "BBO_DOM.js",
                "blogspot.js",
                "functions.js",
                "BBOalertData.js",
                "BBOalert.js",
                "BBOalertConfig.js",
                "custom_syntax.js",
                "BBOalertUI.js",
                "BBOalertOptions.js",
                "BBOobserver.js",
                "webStorage.js",
                "init.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/file\/d\/*\/preview",
                "*:\/\/www.bridgebase.com\/v3\/*",
                "*:\/\/webutil.bridgebase.com\/v2\/*"
            ],
            "css": [
                "BBOalert.css",
                "jquery-ui.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "BBOalertData.js",
                "googleDocs.js",
                "CC.js",
                "BBOalertIframe.js",
                "main.js"
            ],
            "all_frames": true
        }
    ]
}