Mint Pro

MintPRO - check your mint. It scans minting websites on malicious code and unusual practices.

Mint Pro क्या है?

Mint Pro https://lawyerd.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MintPRO - check your mint. It scans minting websites on malicious code and unusual practices."।

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

screenshot
screenshot

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

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

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

                        The extension will make identifying and reporting fakes simple and intuitive. 

Here’s how it works:

Once the extension is installed, users can navigate to mint websites where the extension verifies whether the site is real or a fraud.

If a site is real, the widget will display This mint is original. However, if the site is unverified, it will display This mint looks suspicious. Additionally, users are given the option to mark a website as suspicious. 
This report is processed and verified by Lawyerd!, and then reported to the mint’s original owners.                    

एक्सटेंशन की मूल जानकारी

नाम Mint Pro Mint Pro
ID ddgpekpkkbnllljheopmlgbcbicnpagc
आधिकारिक URL https://chromewebstore.google.com/detail/mint-pro/ddgpekpkkbnllljheopmlgbcbicnpagc
विवरण MintPRO - check your mint. It scans minting websites on malicious code and unusual practices.
फ़ाइल का आकार 1.33 MB
स्थापना संख्या 11
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2022-10-10
प्रकाशन तिथि 2022-07-26
रेटिंग 4.78/5 कुल 18 रेटिंग्स
डेवलपर https://lawyerd.net
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://lawyerd.fra1.digitaloceanspaces.com/Privacy%20Policy.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "src\/icons\/48.png",
        "default_popup": "src\/dashboard\/dashboard.html",
        "default_title": "Mint Pro"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/browser\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "MintPRO - check your mint. It scans minting websites on malicious code and unusual practices.",
    "homepage_url": "https:\/\/t.me\/LokaDoka",
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "128": "src\/icons\/128.png",
        "16": "src\/icons\/16.png",
        "32": "src\/icons\/32.png",
        "48": "src\/icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Mint Pro",
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "version": "0.0.3",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/browser\/inject.js",
                "vendor\/js\/web3.min.js"
            ]
        }
    ]
}