CNFT Predator

Stay ahead of the pack with the CNFT Predator search tool.

CNFT Predator란 무엇입니까?

CNFT Predator은(는) https://cnftpredator.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay ahead of the pack with the CNFT Predator search tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

CNFT Predator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Stay ahead of the pack with our NFT Extension.

Features available:

- Create a background search with real-time updates to monitor all listings under your set floor-limit and will automatically open the listing page.

- Get email, phone, browser and sound notifications.

- Inject rarity info from cnftjungle.io to jpg.store marketplace listings.

- Quickly check the asset rarity and ranking right inside the extension without needing to open other pages.

Join the discord community, participate in giveaways, feature requests and bug reports. We aim to create the best utility extension for Cardano NFTs.                    

확장 프로그램 기본 정보

이름 CNFT Predator CNFT Predator
ID jlajkhhjgghiidlfgpkhhjbgbfkmklio
공식 URL https://chromewebstore.google.com/detail/cnft-predator/jlajkhhjgghiidlfgpkhhjbgbfkmklio
설명 Stay ahead of the pack with the CNFT Predator search tool.
파일 크기 927 KB
설치 횟수 2,099
현재 버전 5.73
최근 업데이트 2023-04-30
출시 날짜 2021-11-09
평점 5.00/5 총 20 개의 평점
개발자 https://cnftpredator.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cnftjungle.io/sniping
도움말 페이지 URL https://cnftjungle.io/sniping
개인정보 보호 정책 페이지 URL https://cnft-predator-privacy-policy-3xyv0bupn-kingusha2333.vercel.app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CNFT Predator",
    "version": "5.73",
    "manifest_version": 2,
    "description": "Stay ahead of the pack with the CNFT Predator search tool.",
    "icons": {
        "512": "images\/claw.png"
    },
    "browser_action": {
        "default_icon": "images\/claw.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "https:\/\/*.jpg.store\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jpg.store\/*"
            ],
            "js": [
                "inject_rarities\/rarities.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/5c0a02e10698.ngrok.io\/*",
            "https:\/\/*.cnftjungle.io\/*",
            "https:\/\/*.jngl.io\/*",
            "https:\/\/*.jpg.store\/*"
        ]
    }
}