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文件

下載Poocoin Honeypot Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}