Orion Premint Indicator

Get status of your Premint raffles quickly

Apa itu Orion Premint Indicator?

Orion Premint Indicator adalah ekstensi Chrome yang dikembangkan oleh sandgine, dan fitur utamanya adalah "Get status of your Premint raffles quickly".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Orion Premint Indicator

Unduh file ekstensi Orion Premint Indicator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
URL Resmi https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
Deskripsi Get status of your Premint raffles quickly
Ukuran File 20.32 KB
Jumlah Instalasi 326
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-08-20
Tanggal Publikasi 2022-06-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang sandgine
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}