BBOalert
Auto alert on BBO
Cos'è BBOalert?
BBOalert è un'estensione di Chrome sviluppata da stanmaz.git, e la sua funzione principale è "Auto alert on BBO".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BBOalert
Scarica i file di estensione BBOalert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | BBOalert |
ID | bjgihidachainhhhilkeemegdhehnlcf |
URL Ufficiale | https://chromewebstore.google.com/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf |
Descrizione | Auto alert on BBO |
Dimensione del File | 252 KB |
Conteggio Installazioni | 859 |
Versione Corrente | 8.0.11 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2020-06-24 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | stanmaz.git |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/stanmaz/BBOalert |
URL della Pagina di Aiuto | https://www.facebook.com/groups/706384146770707/ |
Lingue Supportate | 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 } ] } |