SOLtools.xyz - Sniper, Rarity, and more.

Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz

SOLtools.xyz - Sniper, Rarity, and more.란 무엇입니까?

SOLtools.xyz - Sniper, Rarity, and more.은(는) https://soltools.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SOLtools.xyz - Sniper, Rarity, and more. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Chrome extension to snipe & bot Solana NFTs 
by SOLtools.xyz the best Solana NFT purchasing tools!

Soltools has it's own ranking algorithm which can be applied to any collection!

Free Features:
- Display SOLtools own ranking directly in Magic-Eden
- Colorcoded rank depending on % rarity for easy spotting
- Display Ranking in details page of single Item in Magic-Eden

Members Only Features (NFT holders):
- Snipe new listings by price
- Snipe new listings by rank
- Snipe new listings by trait
- Auto-Buy functionality with a wallet that supports auto-approve
- Combine the filters
- Fetch data & load Ranking for almost any collection! (only holders can add collections)

Once the SOLTools ranking have been loaded, users can access it and also snipe current listings based on rank and traits.

Check us out on: https://soltools.xyz
Twitter: https://twitter.com/SoltoolsX
Discord: https://discord.gg/GC8naA6tBK                    

확장 프로그램 기본 정보

이름 SOLtools.xyz - Sniper, Rarity, and more. SOLtools.xyz - Sniper, Rarity, and more.
ID mmpooepopgcoeadeopohjlfekbkfnjoa
공식 URL https://chromewebstore.google.com/detail/soltoolsxyz-sniper-rarity/mmpooepopgcoeadeopohjlfekbkfnjoa
설명 Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz
파일 크기 589 KB
설치 횟수 797
현재 버전 0.9.4
최근 업데이트 2023-03-18
출시 날짜 2022-02-17
평점 5.00/5 총 27 개의 평점
개발자 https://soltools.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://soltools.xyz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SOLtools.xyz - Sniper, Rarity, and more.",
    "description": "Chrome extension to add overlays to marketplaces and give you access to SOLtools.xyz",
    "version": "0.9.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.magiceden.io\/*",
        "https:\/\/magiceden.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/magiceden.io\/*",
                "https:\/\/*.magiceden.io\/*"
            ],
            "css": [
                "content_me.css"
            ],
            "js": [
                "content_me.js"
            ]
        },
        {
            "matches": [
                "https:\/\/soltools.xyz\/connect\/"
            ],
            "js": [
                "content_soltools_connect.js"
            ]
        },
        {
            "matches": [
                "https:\/\/soltools.xyz\/*"
            ],
            "js": [
                "content_soltools_check.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/soltools.xyz\/*",
            "http:\/\/127.0.0.1:5500\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}