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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}