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