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