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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}