Roller Stats

Ve estadísticas en tiempo real para RollerCoin y toma las mejores decisiones incrementando tu rentabiliad.

Roller Statsคืออะไร?

Roller Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AndresDavidLopez และคุณลักษณะหลักของมันคือ "Ve estadísticas en tiempo real para RollerCoin y toma las mejores decisiones incrementando tu rentabiliad."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roller Stats

ดาวน์โหลดไฟล์ส่วนขยาย Roller Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Obtén en tiempo real estadísticas para el juego RollerCoin dentro de su sitio web oficial, por el momento podrás cargar los mineros que posees, así como también tu poder de minería (mineros y juegos) y bonus (%), con esta información la extensión podrá modificar dentro del Marketplace los mineros, añadiéndoles un valor de rentabilidad (Th/s x RLT), con dichos datos podrás tomar las mejores decisiones y así incrementar la rentabilidad de tu inversión dentro del juego.

Como funciona:

Primero en la pestaña de "My data" ingrese los datos correspondientes a su poder de minería por juegos en Th/s, luego el poder de minería en Th/s dado por sus mineros y por ultimo el bonus que posee. Con esto la extensión ya podrá realizar sus cálculos.

Adicionalmente, puede en la pestaña de "My miners" agregar cada uno de los mineros que posee, esto para que la extensión ya no tenga en cuenta en el calculo, el bonus que posee, y así obtener cálculos más exactos (ya que como se sabe, el bonus de dos o mas mineros iguales, solo se suma una vez).

** Disclaimer:

-- This extension is not a bot and does not promote the use of bots, we are against bots because they affect game mechanics and fair play.

-- This extension has no relationship (direct and indirect) with the rollercoin.com site, it is simply developed by a player for other players.

-- This is a Beta version, it may contain some errors.

-- Roller Stats extension does not share or generate investment recommendations, it is a statistical tool, remember that you can always make your own calculations.

-- RollerStats extension is not responsible for in-game effects, make your own decisions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roller Stats Roller Stats
ID ppchfcealmbghdjkgjidihmdfppakjci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roller-stats/ppchfcealmbghdjkgjidihmdfppakjci
คำอธิบาย Ve estadísticas en tiempo real para RollerCoin y toma las mejores decisiones incrementando tu rentabiliad.
ขนาดไฟล์ 1.74 MB
จำนวนการติดตั้ง 1,233
เวอร์ชันปัจจุบัน 0.2.6
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-01-09
คะแนน 4.89/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา AndresDavidLopez
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://andresdavidlopez.medium.com/rollerstats-privacy-policies-07b4bcc7ed78
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Roller Stats",
    "author": "AndresDavidLopez",
    "description": "Ve estad\u00edsticas en tiempo real para RollerCoin y toma las mejores decisiones incrementando tu rentabiliad.",
    "version": "0.2.6",
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rollercoin.com\/*"
            ],
            "js": [
                "miners.js",
                "showStats.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Roller Stats",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ]
}