Shitcoin Checker
Shitcoin Checker Extension
Shitcoin Checker란 무엇입니까?
Shitcoin Checker은(는) fsociety에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shitcoin Checker Extension"입니다.
확장 프로그램 스크린샷
Shitcoin Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |