[SOLSniperNFT] Snipe best ranked NFTs!
Easily snipe best ranked NFTs!
Τι είναι το [SOLSniperNFT] Snipe best ranked NFTs!;
Το [SOLSniperNFT] Snipe best ranked NFTs! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kcotoi, και η κύρια λειτουργία του είναι "Easily snipe best ranked NFTs!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης [SOLSniperNFT] Snipe best ranked NFTs!
Λήψη αρχείων επέκτασης [SOLSniperNFT] Snipe best ranked NFTs! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Easily snipe best ranked NFTs from your favourite marketplace. We support : MagicEden, Opensea.io, Raydium, Alpha.art , DigitalEyes. Official Links: https://linktr.ee/solsnipernft Our features: - Show ranks from howrare and moonrank on supported marketplaces. - Howrare own ranking system more info on their website. - Moonrank rankings are calculated using statistical ranking system. - The extension pop-up allows you to : - Enable/Disable ranks to be shown. - Enter your own thresholds and colors for colouring ranks. - Ranks page allows you to delete the rankings saved in the local storage. - Enter your own mappings. On mappings page you can enter your own mappings to make sure that we find the rankings. The names can be found at the end of the urls: - For example: Mapping Solana Monkey Business collection on Magic Eden with rankings from Howrare, you will have the following: - Magiceden link : https://www.magiceden.io/marketplace/solana_monkey_business - Howrare link : https://howrare.is/smb - You will have to set in the popup the following: - Marketplace Collection ID : solana_monkey_business - Howrare Collection ID : smb More details about the extension, release notes and how to use it can be found on Github.
Βασικές Πληροφορίες Επέκτασης
Όνομα | [SOLSniperNFT] Snipe best ranked NFTs! |
ID | ogefhfdeljjlmhmbipoimkggolpeghan |
Επίσημο URL | https://chromewebstore.google.com/detail/solsnipernft-snipe-best-r/ogefhfdeljjlmhmbipoimkggolpeghan |
Περιγραφή | Easily snipe best ranked NFTs! |
Μέγεθος Αρχείου | 934 KB |
Αριθμός Εγκαταστάσεων | 15,210 |
Τρέχουσα Έκδοση | 2.4.5 |
Τελευταία Ενημέρωση | 2022-06-28 |
Ημερομηνία Δημοσίευσης | 2021-11-04 |
Αξιολόγηση | 4.61/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | kcotoi |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/kcotoi/SOLSniperNFT-Releases |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/kcotoi/SOLSniperNFT-Releases/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/kcotoi/SOLSniperNFT-Releases/blob/master/policy.md |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "[SOLSniperNFT] Snipe best ranked NFTs!", "version": "2.4.5", "homepage_url": "https:\/\/solsnipernft.app\/", "description": "Easily snipe best ranked NFTs!", "default_locale": "en", "permissions": [ "activeTab", "tabs", "webRequest", "scripting", "webNavigation" ], "host_permissions": [ "https:\/\/*.howrare.is\/*", "https:\/\/*.moonrank.app\/*", "https:\/\/*.magiceden.io\/*", "https:\/\/*.alpha.art\/*", "https:\/\/*.digitaleyes.market\/*", "https:\/\/*.nft.raydium.io\/*", "https:\/\/*.opensea.io\/*" ], "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "48": "icons\/favicon-32x32.png", "128": "icons\/mstile-150x150.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_title": "Easily snipe beste ranked nfts!", "default_icon": { "19": "icons\/favicon-16x16.png", "38": "icons\/favicon-32x32.png" } }, "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+J" } } }, "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src * " } } |