Poocoin Honeypot Checker
This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…
Vad är Poocoin Honeypot Checker?
Poocoin Honeypot Checker är en Chrome-tillägg utvecklad av jadoyahya, och dess huvudfunktion är "This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…".
Tilläggsskärmbilder
Ladda ner Poocoin Honeypot Checker-förlängningens CRX-fil
Ladda ner Poocoin Honeypot Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | ihmcaolafdpcfaimodbchgmcjejbhhap |
| Officiell webbadress | https://chromewebstore.google.com/detail/poocoin-honeypot-checker/ihmcaolafdpcfaimodbchgmcjejbhhap |
| Beskrivning | This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without… |
| Filstorlek | 1.48 MB |
| Antal Installationer | 61 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2022-06-14 |
| Publiceringsdatum | 2022-05-31 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | jadoyahya |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://poocoin.app/ |
| Hjälpsida URL | https://poocoin.app/ |
| Stödda Språk | 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"
]
}
]
} | |