Poocoin Honeypot Checker

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

What is Poocoin Honeypot Checker?

Poocoin Honeypot Checker is a Chrome extension developed by jadoyahya, and its main feature is "This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…".

Extension Screenshots

screenshot
screenshot

Download Poocoin Honeypot Checker Extension CRX File

Download Poocoin Honeypot Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Poocoin Honeypot Checker Poocoin Honeypot Checker
ID ihmcaolafdpcfaimodbchgmcjejbhhap
Official URL https://chromewebstore.google.com/detail/poocoin-honeypot-checker/ihmcaolafdpcfaimodbchgmcjejbhhap
Description This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…
File Size 1.48 MB
Installation Count 61
Current Version 0.2
Last Updated 2022-06-14
Publish Date 2022-05-31
Rating 5.00/5 Total 1 Ratings
Developer jadoyahya
Email [email protected]
Payment Type free
Extension Website https://poocoin.app/
Help Page URL https://poocoin.app/
Supported Languages 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"
            ]
        }
    ]
}