Poocoin Honeypot Checker
This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…
Apa itu Poocoin Honeypot Checker?
Poocoin Honeypot Checker adalah ekstensi Chrome yang dikembangkan oleh jadoyahya, dan fitur utamanya adalah "This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Poocoin Honeypot Checker
Unduh file ekstensi Poocoin Honeypot Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Poocoin Honeypot Checker |
ID | ihmcaolafdpcfaimodbchgmcjejbhhap |
URL Resmi | https://chromewebstore.google.com/detail/poocoin-honeypot-checker/ihmcaolafdpcfaimodbchgmcjejbhhap |
Deskripsi | This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without… |
Ukuran File | 1.48 MB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2022-06-14 |
Tanggal Publikasi | 2022-05-31 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | jadoyahya |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://poocoin.app/ |
URL Halaman Bantuan | https://poocoin.app/ |
Bahasa yang Didukung | 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" ] } ] } |