Poocoin Honeypot Checker

This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…

Poocoin Honeypot Checker란 무엇입니까?

Poocoin Honeypot Checker은(는) jadoyahya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Poocoin Honeypot Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without needing to switch pages, just click on honeypot icon and you will see the result ready!                    

확장 프로그램 기본 정보

이름 Poocoin Honeypot Checker Poocoin Honeypot Checker
ID ihmcaolafdpcfaimodbchgmcjejbhhap
공식 URL https://chromewebstore.google.com/detail/poocoin-honeypot-checker/ihmcaolafdpcfaimodbchgmcjejbhhap
설명 This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…
파일 크기 1.48 MB
설치 횟수 61
현재 버전 0.2
최근 업데이트 2022-06-14
출시 날짜 2022-05-31
평점 5.00/5 총 1 개의 평점
개발자 jadoyahya
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://poocoin.app/
도움말 페이지 URL https://poocoin.app/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poocoin Honeypot Checker",
    "version": "0.2",
    "action": {
        "default_icon": {
            "16": ".\/icon\/icon-16x16.png",
            "32": ".\/icon\/icon-32x32.png",
            "96": ".\/icon\/icon-96x96.png"
        },
        "default_title": "Poocoin Honeypot Checker",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/poocoin.app\/tokens\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}