BBOalert

Auto alert on BBO

¿Qué es BBOalert?

BBOalert es una extensión de Chrome desarrollada por stanmaz.git, y su función principal es "Auto alert on BBO".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión BBOalert

Descarga archivos de extensión BBOalert en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre BBOalert BBOalert
ID bjgihidachainhhhilkeemegdhehnlcf
URL Oficial https://chromewebstore.google.com/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf
Descripción Auto alert on BBO
Tamaño del Archivo 252 KB
Cantidad de Instalaciones 859
Versión Actual 8.0.11
Última Actualización 2024-02-23
Fecha de Publicación 2020-06-24
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador stanmaz.git
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/stanmaz/BBOalert
URL de la Página de Ayuda https://www.facebook.com/groups/706384146770707/
Idiomas Soportados 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
        }
    ]
}