Poocoin Honeypot Checker
This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…
Wat is Poocoin Honeypot Checker?
Poocoin Honeypot Checker is een Chrome-extensie ontwikkeld door jadoyahya, en de belangrijkste functie is "This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…".
Extensie Screenshots
Download het CRX-bestand van de extensie Poocoin Honeypot Checker
Download Poocoin Honeypot Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | ihmcaolafdpcfaimodbchgmcjejbhhap |
| Officiële URL | https://chromewebstore.google.com/detail/poocoin-honeypot-checker/ihmcaolafdpcfaimodbchgmcjejbhhap |
| Beschrijving | This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without… |
| Bestandsgrootte | 1.48 MB |
| Aantal Installaties | 61 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2022-06-14 |
| Publicatiedatum | 2022-05-31 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | jadoyahya |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://poocoin.app/ |
| Help Pagina-URL | https://poocoin.app/ |
| Ondersteunde Talen | 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"
]
}
]
} | |