Orion Premint Indicator

Get status of your Premint raffles quickly

What is Orion Premint Indicator?

Orion Premint Indicator is a Chrome extension developed by sandgine, and its main feature is "Get status of your Premint raffles quickly".

Extension Screenshots

screenshot

Download Orion Premint Indicator Extension CRX File

Download Orion Premint Indicator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
Official URL https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
Description Get status of your Premint raffles quickly
File Size 20.32 KB
Installation Count 326
Current Version 1.1
Last Updated 2022-08-20
Publish Date 2022-06-29
Rating 5.00/5 Total 1 Ratings
Developer sandgine
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}