Shitcoin Checker
Shitcoin Checker Extension
Shitcoin Checker là gì?
Shitcoin Checker là một tiện ích mở rộng Chrome được phát triển bởi fsociety, và tính năng chính của nó là "Shitcoin Checker Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shitcoin Checker
Tải xuống các tệp mở rộng Shitcoin Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shitcoin Checker |
ID | ndhbhldnadccmkckhdjlihnlnjceieho |
URL Chính Thức | https://chromewebstore.google.com/detail/shitcoin-checker/ndhbhldnadccmkckhdjlihnlnjceieho |
Mô tả | Shitcoin Checker Extension |
Kích Thước Tệp | 751 KB |
Số Lần Cài Đặt | 121 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2021-11-02 |
Ngày Phát Hành | 2021-09-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | fsociety |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |