EZM Services Predictor

A highly accurate bloxflip predictor

EZM Services Predictorคืออะไร?

EZM Services Predictor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย E Z M Services และคุณลักษณะหลักของมันคือ "A highly accurate bloxflip predictor"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EZM Services Predictor

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

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

                        This extension is a bloxflip predictor with mines at the moment.                    

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

ชื่อ EZM Services Predictor EZM Services Predictor
ID laddkafflejngiefjilackjleomghlif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ezm-services-predictor/laddkafflejngiefjilackjleomghlif
คำอธิบาย A highly accurate bloxflip predictor
ขนาดไฟล์ 52.59 KB
จำนวนการติดตั้ง 696
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-10-01
วันที่เผยแพร่ 2022-10-01
คะแนน 1.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา E Z M Services
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EZM Services Predictor",
    "description": "A highly accurate bloxflip predictor",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_title": "EZM Predictor",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}