Orion Premint Indicator

Get status of your Premint raffles quickly

什麼是Orion Premint Indicator?

Orion Premint Indicator是由sandgine開發的Chrome擴展程式,該擴展的主要功能是“Get status of your Premint raffles quickly”。

擴展截圖

screenshot

下載Orion Premint Indicator擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}