Orion Premint Indicator

Get status of your Premint raffles quickly

Orion Premint Indicator क्या है?

Orion Premint Indicator sandgine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get status of your Premint raffles quickly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Orion Premint Indicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}