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文件

下载CNFT Predator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
        ]
    }
}