Zen Roulette Assistant
Zen Roulette Assistant help you to make the right choice when you place bets on live roulette games.
Zen Roulette Assistantとは何ですか?
Zen Roulette Assistantはhttps://www.zenroulette.comによって開発されたChromeの拡張機能で、その主な機能は「Zen Roulette Assistant help you to make the right choice when you place bets on live roulette games.」です。
拡張機能のスクリーンショット
Zen Roulette Assistant拡張機能のCRXファイルをダウンロード
Zen Roulette Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Zen Roulette Assistant is a unique roulette prediction software that can read data from live casino games and recommends high-stakes numbers and zones to help you make the right choice when you place bets on live roulette games.
Features
* Read and log automated roulette numbers from live table.
* Read and log automated favorite numbers.
* Recommend zone to play and High Stake Numbers to take advantage from favorite numbers.
* Show statistical for numbers of game play, game win and game loss.
* Track dealers change.
* Option to save or reset statistics for future analize.
* Access to Zen Roulette Tribe.
* Access to Zen Roulette Ebook
* Access to Zen Roulette Affiliate Program 30%
* Access to Zen Roulette Facebook Secret Group 拡張機能の基本情報
| 名前 | |
| ID | follkelejhjpbajaoiepljhfjfmackjo |
| 公式URL | https://chromewebstore.google.com/detail/zen-roulette-assistant/follkelejhjpbajaoiepljhfjfmackjo |
| 説明 | Zen Roulette Assistant help you to make the right choice when you place bets on live roulette games. |
| ファイルサイズ | 294 KB |
| インストール数 | 188 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2021-12-14 |
| 公開日 | 2021-07-07 |
| 開発者 | https://www.zenroulette.com |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://www.zenroulette.com/members/download/zen-roulette-assistant/ |
| ヘルプページのURL | https://www.zenroulette.com/privacy-policy/ |
| プライバシーポリシーページのURL | https://www.zenroulette.com/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Zen Roulette Assistant",
"version": "1.3",
"description": "Zen Roulette Assistant help you to make the right choice when you place bets on live roulette games.",
"icons": {
"48": "icons\/border48.png"
},
"background": {
"scripts": [
"scripts\/jquery.min.js",
"background.js"
],
"persistent": true
},
"permissions": [
"tabs",
"downloads",
"https:\/\/www.zenroulette.com\/"
],
"browser_action": {
"name": "Toggle Dashboard"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/live.wirebankers.com\/*"
],
"js": [
"scripts\/jquery.min.js",
"app.js"
]
},
{
"matches": [
"https:\/\/fortunejack.com\/live\/game\/roulette-lobby"
],
"js": [
"scripts\/jquery.min.js",
"scripts\/jquery-ui.min.js",
"top.js"
]
}
]
} | |