Orion Premint Indicator

Get status of your Premint raffles quickly

Vad är Orion Premint Indicator?

Orion Premint Indicator är en Chrome-tillägg utvecklad av sandgine, och dess huvudfunktion är "Get status of your Premint raffles quickly".

Tilläggsskärmbilder

screenshot

Ladda ner Orion Premint Indicator-förlängningens CRX-fil

Ladda ner Orion Premint Indicator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
Officiell webbadress https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
Beskrivning Get status of your Premint raffles quickly
Filstorlek 20.32 KB
Antal Installationer 326
Aktuell Version 1.1
Senast Uppdaterad 2022-08-20
Publiceringsdatum 2022-06-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare sandgine
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}