Mint Pro

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

Mint Proとは何ですか?

Mint Proはhttps://lawyerd.netによって開発されたChromeの拡張機能で、その主な機能は「MintPRO - check your mint. It scans minting websites on malicious code and unusual practices.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Mint Pro拡張機能のCRXファイルをダウンロード

Mint Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}