BBOalert

Auto alert on BBO

Was ist BBOalert?

BBOalert ist eine Chrome-Erweiterung, die von stanmaz.git entwickelt wurde, und ihr Hauptmerkmal ist "Auto alert on BBO".

Erweiterungsscreenshots

screenshot

BBOalert-Erweiterungs-CRX-Datei herunterladen

Laden Sie BBOalert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BBOalert BBOalert
ID bjgihidachainhhhilkeemegdhehnlcf
Offizielle URL https://chromewebstore.google.com/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf
Beschreibung Auto alert on BBO
Dateigröße 252 KB
Installationsanzahl 859
Aktuelle Version 8.0.11
Letztes Update 2024-02-23
Veröffentlichungsdatum 2020-06-24
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler stanmaz.git
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/stanmaz/BBOalert
Hilfeseite URL https://www.facebook.com/groups/706384146770707/
Unterstützte Sprachen 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
        }
    ]
}