Orion Premint Indicator

Get status of your Premint raffles quickly

Cos'è Orion Premint Indicator?

Orion Premint Indicator è un'estensione di Chrome sviluppata da sandgine, e la sua funzione principale è "Get status of your Premint raffles quickly".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Orion Premint Indicator

Scarica i file di estensione Orion Premint Indicator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
URL Ufficiale https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
Descrizione Get status of your Premint raffles quickly
Dimensione del File 20.32 KB
Conteggio Installazioni 326
Versione Corrente 1.1
Ultimo Aggiornamento 2022-08-20
Data di Pubblicazione 2022-06-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore sandgine
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}