Poocoin Honeypot Checker
This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…
Co to jest Poocoin Honeypot Checker?
Poocoin Honeypot Checker to rozszerzenie Chrome opracowane przez jadoyahya, a jego główną funkcją jest „This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Poocoin Honeypot Checker
Pobierz pliki rozszerzeń Poocoin Honeypot Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ihmcaolafdpcfaimodbchgmcjejbhhap |
| Oficjalny URL | https://chromewebstore.google.com/detail/poocoin-honeypot-checker/ihmcaolafdpcfaimodbchgmcjejbhhap |
| Opis | This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without… |
| Rozmiar pliku | 1.48 MB |
| Liczba instalacji | 61 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2022-06-14 |
| Data Publikacji | 2022-05-31 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | jadoyahya |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://poocoin.app/ |
| Adres URL Strony Pomocy | https://poocoin.app/ |
| Obsługiwane Języki | 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"
]
}
]
} | |