Poocoin Honeypot Checker
This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…
Was ist Poocoin Honeypot Checker?
Poocoin Honeypot Checker ist eine Chrome-Erweiterung, die von jadoyahya entwickelt wurde, und ihr Hauptmerkmal ist "This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…".
Erweiterungsscreenshots
Poocoin Honeypot Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Poocoin Honeypot Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ihmcaolafdpcfaimodbchgmcjejbhhap |
| Offizielle URL | https://chromewebstore.google.com/detail/poocoin-honeypot-checker/ihmcaolafdpcfaimodbchgmcjejbhhap |
| Beschreibung | This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without… |
| Dateigröße | 1.48 MB |
| Installationsanzahl | 61 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2022-06-14 |
| Veröffentlichungsdatum | 2022-05-31 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | jadoyahya |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://poocoin.app/ |
| Hilfeseite URL | https://poocoin.app/ |
| Unterstützte Sprachen | 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"
]
}
]
} | |