BBOalert

Auto alert on BBO

什麼是BBOalert?

BBOalert是由stanmaz.git開發的Chrome擴展程式,該擴展的主要功能是“Auto alert on BBO”。

擴展截圖

screenshot

下載BBOalert擴展crx文件

下載BBOalert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}