CNFT Predator
Stay ahead of the pack with the CNFT Predator search tool.
CNFT Predator क्या है?
CNFT Predator https://cnftpredator.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay ahead of the pack with the CNFT Predator search tool."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CNFT Predator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } } |