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 |
| 电子邮箱 | [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"
]
}
]
} | |