CNFT Predator
Stay ahead of the pack with the CNFT Predator search tool.
Co je CNFT Predator?
CNFT Predator je rozšíření Chrome vyvinuté https://cnftpredator.io, a jeho hlavní funkcí je „Stay ahead of the pack with the CNFT Predator search tool.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CNFT Predator
Stáhněte si soubory rozšíření CNFT Predator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CNFT Predator |
ID | jlajkhhjgghiidlfgpkhhjbgbfkmklio |
Oficiální URL | https://chromewebstore.google.com/detail/cnft-predator/jlajkhhjgghiidlfgpkhhjbgbfkmklio |
Popis | Stay ahead of the pack with the CNFT Predator search tool. |
Velikost souboru | 927 KB |
Počet instalací | 2,099 |
Aktuální Verze | 5.73 |
Poslední Aktualizace | 2023-04-30 |
Datum Vydání | 2021-11-09 |
Hodnocení | 5.00/5 Celkem 20 Hodnocení |
Vývojář | https://cnftpredator.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://cnftjungle.io/sniping |
URL Stránky Nápovědy | https://cnftjungle.io/sniping |
URL Stránky Zásad Ochrany Soukromí | https://cnft-predator-privacy-policy-3xyv0bupn-kingusha2333.vercel.app |
Podporované Jazyky | 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\/*" ] } } |