Pooscan

A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners.

Pooscanคืออะไร?

Pooscan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pooscan

ดาวน์โหลดไฟล์ส่วนขยาย Pooscan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        NOTE: When installing the plugin, Google will inform you that you're allowing this plugin to view your browsing history. The only thing this plugin reads from your browsing history is the URL of the tab you're on (to make sure it's poocoin.app, moonarch.app, or bscscan.com).

NEW! You can now right click on the Plugin icon and go to Options to choose which scans you want to use.

Too many people are buying altcoin from the bsc network that are either rugpulls, honeypots, or have other red flags which would cause a concern that it's a scam.

This simple plugin will work from poocoin.app, bscscan.com, and moonarch.app. When you're viewing a token on one of those sites, simply click the Pooscan icon and it will open up each of the most common scanners for that particular token.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pooscan Pooscan
ID dobbcphljjidgbniadojjclcknfmnphi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pooscan/dobbcphljjidgbniadojjclcknfmnphi
คำอธิบาย A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners.
ขนาดไฟล์ 16.33 KB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-12-21
วันที่เผยแพร่ 2021-11-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pooscan",
    "version": "1.1",
    "description": "A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners.",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 3
}