Orion Premint Indicator

Get status of your Premint raffles quickly

Co je Orion Premint Indicator?

Orion Premint Indicator je rozšíření Chrome vyvinuté sandgine, a jeho hlavní funkcí je „Get status of your Premint raffles quickly“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Orion Premint Indicator

Stáhněte si soubory rozšíření Orion Premint Indicator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
Oficiální URL https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
Popis Get status of your Premint raffles quickly
Velikost souboru 20.32 KB
Počet instalací 326
Aktuální Verze 1.1
Poslední Aktualizace 2022-08-20
Datum Vydání 2022-06-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář sandgine
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}