Poocoin Honeypot Checker
This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…
Poocoin Honeypot Checkerคืออะไร?
Poocoin Honeypot Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jadoyahya และคุณลักษณะหลักของมันคือ "This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Poocoin Honeypot Checker
ดาวน์โหลดไฟล์ส่วนขยาย Poocoin Honeypot Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Poocoin Honeypot Checker |
ID | ihmcaolafdpcfaimodbchgmcjejbhhap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/poocoin-honeypot-checker/ihmcaolafdpcfaimodbchgmcjejbhhap |
คำอธิบาย | This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without… |
ขนาดไฟล์ | 1.48 MB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2022-06-14 |
วันที่เผยแพร่ | 2022-05-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jadoyahya |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://poocoin.app/ |
URL หน้าช่วยเหลือ | https://poocoin.app/ |
ภาษาที่รองรับ | 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" ] } ] } |