Orion Premint Indicator

Get status of your Premint raffles quickly

Qu'est-ce que Orion Premint Indicator ?

Orion Premint Indicator est une extension Chrome développée par sandgine, et sa fonction principale est "Get status of your Premint raffles quickly".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Orion Premint Indicator

Téléchargez les fichiers d'extension Orion Premint Indicator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
URL Officiel https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
Description Get status of your Premint raffles quickly
Taille du Fichier 20.32 KB
Nombre d'Installations 326
Version Actuelle 1.1
Dernière Mise à Jour 2022-08-20
Date de Publication 2022-06-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur sandgine
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}