Mint Pro

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

Mint Pro là gì?

Mint Pro là một tiện ích mở rộng Chrome được phát triển bởi https://lawyerd.net, và tính năng chính của nó là "MintPRO - check your mint. It scans minting websites on malicious code and unusual practices.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mint Pro

Tải xuống các tệp mở rộng Mint Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mint Pro Mint Pro
ID ddgpekpkkbnllljheopmlgbcbicnpagc
URL Chính Thức https://chromewebstore.google.com/detail/mint-pro/ddgpekpkkbnllljheopmlgbcbicnpagc
Mô tả MintPRO - check your mint. It scans minting websites on malicious code and unusual practices.
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2022-07-26
Đánh Giá 4.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://lawyerd.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://lawyerd.fra1.digitaloceanspaces.com/Privacy%20Policy.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}