Orion Premint Indicator

Get status of your Premint raffles quickly

Wat is Orion Premint Indicator?

Orion Premint Indicator is een Chrome-extensie ontwikkeld door sandgine, en de belangrijkste functie is "Get status of your Premint raffles quickly".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Orion Premint Indicator

Download Orion Premint Indicator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
Officiële URL https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
Beschrijving Get status of your Premint raffles quickly
Bestandsgrootte 20.32 KB
Aantal Installaties 326
Huidige Versie 1.1
Laatst Bijgewerkt 2022-08-20
Publicatiedatum 2022-06-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar sandgine
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}