Orion Premint Indicator

Get status of your Premint raffles quickly

Что такое Orion Premint Indicator?

Orion Premint Indicator - это расширение Chrome, разработанное sandgine, и его основная функция - "Get status of your Premint raffles quickly".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Orion Premint Indicator

Скачайте файлы расширений Orion Premint Indicator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Orion Premint Indicator Orion Premint Indicator
ID dgcfomnakkbofoagoghiiakcfleoobkd
Официальный URL https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd
Описание Get status of your Premint raffles quickly
Размер файла 20.32 KB
Количество установок 326
Текущая Версия 1.1
Последнее Обновление 2022-08-20
Дата публикации 2022-06-29
Рейтинг 5.00/5 Всего 1 оценок
Разработчик sandgine
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}