Pooscan

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

Pooscan란 무엇입니까?

Pooscan은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners."입니다.

확장 프로그램 스크린샷

screenshot

Pooscan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}