Orion Premint Indicator

Get status of your Premint raffles quickly

Co to jest Orion Premint Indicator?

Orion Premint Indicator to rozszerzenie Chrome opracowane przez sandgine, a jego główną funkcją jest „Get status of your Premint raffles quickly”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Orion Premint Indicator

Pobierz pliki rozszerzeń Orion Premint Indicator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
Oficjalny URL https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
Opis Get status of your Premint raffles quickly
Rozmiar pliku 20.32 KB
Liczba instalacji 326
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-08-20
Data Publikacji 2022-06-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper sandgine
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}