Shitcoin Checker

Shitcoin Checker Extension

Shitcoin Checker क्या है?

Shitcoin Checker fsociety द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shitcoin Checker Extension"।

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

screenshot

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

crx प्रारूप में Shitcoin Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shitcoin Checker to prevent buying in from suspicious crypto tokens.

This extension is best used on websites like poocoin.app and bscscan.com, it automatically scans the token you visited.

Shitcoin Checker does the following:
 -Checks if the contract is verified
 -Checks if the contract has a mint function (a possibility of being rugpulled)
 -Verifies the contract's swapping platform either swap v1 or v2.
 -Test for liquidity of the token and if the transfer functions are allowed (to see if the token is a possible honeypot) and return gas and tax details or if it should be avoided.

This extension is made for traders, by traders.

*** version 0.1.1 update ***
-Ticker to know when Liquidity Pool is added.

*** version 0.1.2 update ***
-Option to check if contract is verified or not

*** version 0.1.3 update ***
-Fixed checker error (every token returned as honeypot)                    

एक्सटेंशन की मूल जानकारी

नाम Shitcoin Checker Shitcoin Checker
ID ndhbhldnadccmkckhdjlihnlnjceieho
आधिकारिक URL https://chromewebstore.google.com/detail/shitcoin-checker/ndhbhldnadccmkckhdjlihnlnjceieho
विवरण Shitcoin Checker Extension
फ़ाइल का आकार 751 KB
स्थापना संख्या 121
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2021-11-02
प्रकाशन तिथि 2021-09-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर fsociety
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shitcoin Checker",
    "description": "Shitcoin Checker Extension",
    "version": "0.1.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Popup Title",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}