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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pooscan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}