CNFT Predator

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

O que é CNFT Predator?

CNFT Predator é uma extensão do Chrome desenvolvida por https://cnftpredator.io, e sua principal característica é "Stay ahead of the pack with the CNFT Predator search tool.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CNFT Predator

Baixe arquivos de extensão CNFT Predator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CNFT Predator CNFT Predator
ID jlajkhhjgghiidlfgpkhhjbgbfkmklio
URL Oficial https://chromewebstore.google.com/detail/cnft-predator/jlajkhhjgghiidlfgpkhhjbgbfkmklio
Descrição Stay ahead of the pack with the CNFT Predator search tool.
Tamanho do Arquivo 927 KB
Contagem de Instalações 2,099
Versão Atual 5.73
Última Atualização 2023-04-30
Data de Publicação 2021-11-09
Classificação 5.00/5 Total de 20 Avaliações
Desenvolvedor https://cnftpredator.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cnftjungle.io/sniping
URL da Página de Ajuda https://cnftjungle.io/sniping
URL da Página de Política de Privacidade https://cnft-predator-privacy-policy-3xyv0bupn-kingusha2333.vercel.app
Idiomas Suportados 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\/*"
        ]
    }
}