CNFT Predator

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

Wat is CNFT Predator?

CNFT Predator is een Chrome-extensie ontwikkeld door https://cnftpredator.io, en de belangrijkste functie is "Stay ahead of the pack with the CNFT Predator search tool.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CNFT Predator

Download CNFT Predator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CNFT Predator CNFT Predator
ID jlajkhhjgghiidlfgpkhhjbgbfkmklio
Officiële URL https://chromewebstore.google.com/detail/cnft-predator/jlajkhhjgghiidlfgpkhhjbgbfkmklio
Beschrijving Stay ahead of the pack with the CNFT Predator search tool.
Bestandsgrootte 927 KB
Aantal Installaties 2,099
Huidige Versie 5.73
Laatst Bijgewerkt 2023-04-30
Publicatiedatum 2021-11-09
Beoordeling 5.00/5 Totaal 20 Beoordelingen
Ontwikkelaar https://cnftpredator.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cnftjungle.io/sniping
Help Pagina-URL https://cnftjungle.io/sniping
URL van de Privacybeleid Pagina https://cnft-predator-privacy-policy-3xyv0bupn-kingusha2333.vercel.app
Ondersteunde Talen 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\/*"
        ]
    }
}