Shitcoin Checker

Shitcoin Checker Extension

什麼是Shitcoin Checker?

Shitcoin Checker是由fsociety開發的Chrome擴展程式,該擴展的主要功能是“Shitcoin Checker Extension”。

擴展截圖

screenshot

下載Shitcoin Checker擴展crx文件

下載Shitcoin Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}