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是由jadoyahya开发的Chrome扩展程序,该扩展的主要功能是“This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…”。
扩展截图
下载Poocoin Honeypot Checker扩展crx文件
下载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! 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |