Orion Premint Indicator

Get status of your Premint raffles quickly

Orion Premint Indicatorคืออะไร?

Orion Premint Indicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sandgine และคุณลักษณะหลักของมันคือ "Get status of your Premint raffles quickly"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Orion Premint Indicator

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

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

                        View the results of the raffles you registered for on the Premint site without opening the verification page                    

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

ชื่อ Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
คำอธิบาย Get status of your Premint raffles quickly
ขนาดไฟล์ 20.32 KB
จำนวนการติดตั้ง 326
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-08-20
วันที่เผยแพร่ 2022-06-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา sandgine
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Orion Premint Indicator",
    "description": "Get status of your Premint raffles quickly",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "32": "icons\/icon32.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Premint Indicator"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.premint.xyz\/collectors\/entries\/"
            ],
            "run_at": "document_start",
            "js": [
                "contentScripts.js"
            ]
        }
    ]
}