Ape Chef 🔪 Autobidder
Automatically make offers on OpenSea.
Τι είναι το Ape Chef 🔪 Autobidder;
Το Ape Chef 🔪 Autobidder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ape Chef 🔪, και η κύρια λειτουργία του είναι "Automatically make offers on OpenSea.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ape Chef 🔪 Autobidder
Λήψη αρχείων επέκτασης Ape Chef 🔪 Autobidder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
OpenSea is the biggest marketplace for trading NFTs. Making offers on assets is a slow and manual process. This extension makes it easy to place bids on multiple assets. 1) Install the Chrome Extension 2) Filter a collection on OpenSea on the Ethereum blockchain 3) Press the "Auto bid" button provided by this Chrome extension 4) Enter the amount you wish to bid and when your offer terminates 5) Press start 6) The extension will automatically start to make offers on the items based on your settings 7) Manually approve each bid in your wallet
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nejflidlpijnkcbjcoddpmoohlcmlgfe |
Επίσημο URL | https://chrome.google.com/webstore/detail/ape-chef-%F0%9F%94%AA-autobidder/nejflidlpijnkcbjcoddpmoohlcmlgfe |
Περιγραφή | Automatically make offers on OpenSea. |
Μέγεθος Αρχείου | 1.34 MB |
Αριθμός Εγκαταστάσεων | 968 |
Τρέχουσα Έκδοση | 0.2.7 |
Τελευταία Ενημέρωση | 2023-01-18 |
Ημερομηνία Δημοσίευσης | 2022-01-17 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Ape Chef 🔪 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://apechefnft.com/autobidder |
URL της Σελίδας Πολιτικής Απορρήτου | https://butter-hexagon-7dc.notion.site/Privacy-policy-for-Ape-Chef-75ffccd7d5d84a1fb3f7c94acbc81ec1 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.2.7", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "css": [ "styles\/apechef.css", "libs\/wrap-bootstrap.min.css", "libs\/wrap-bootstrap-dark.min.css" ], "js": [ "libs\/web3.min.js", "libs\/web3-provider.js", "libs\/moralis.min.js", "libs\/bootstrap.bundle.min.js", "libs\/mutation-summary.js", "scripts\/utils.js", "scripts\/opensea-button.js" ] }, { "matches": [ "https:\/\/opensea.io\/assets\/*", "https:\/\/opensea.io\/bundles\/*" ], "css": [], "js": [ "scripts\/opensea-autobidder.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/opensea.io\/*" ], "resources": [ "images\/metamask.svg", "images\/walletconnect.svg" ] } ] } |