Amazon&Rakuten Purchasing BOT 亞馬遜樂天 全自動購買插件
Amazon&Rakuten Purchasing BOT 亞馬遜樂天 全自動購買插件
Τι είναι το Amazon&Rakuten Purchasing BOT 亞馬遜樂天 全自動購買插件;
Το Amazon&Rakuten Purchasing BOT 亞馬遜樂天 全自動購買插件 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 日馬Bot, και η κύρια λειτουργία του είναι "Amazon&Rakuten Purchasing BOT 亞馬遜樂天 全自動購買插件".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Amazon&Rakuten Purchasing BOT 亞馬遜樂天 全自動購買插件
Λήψη αρχείων επέκτασης Amazon&Rakuten Purchasing BOT 亞馬遜樂天 全自動購買插件 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Amazon and Rakuten automate checkout and monitor BOT Support Google Chrome, Opera, Edge and FireFox with Mac Window Linux Android phones support the use of Yandex browser Google Extension official plugin store download FireFox Extension official plug-in store download Simultaneously on the shelves Subject to official certification and protection In addition to masks, Amazon can use Bot to purchase all cheap items. For example, the popular Switch and RingFit. Ps5/Rtx3080/3090/Quest series "Paid extension — Please content me to register this extentsion" Demo Video: https://www.youtube.com/watch?v=kOvTk6Iu-iM (Based on browser plug-in native simulation operation) Rakuten features: -------------------------------------------------- ------ ✔ Automatic purchase ✔Adjust the quantity of items purchased -------------------------------------------------- ------ Amazon features: -------------------------------------------------- ------ ✔Monitor the items selected by the user, and automatically pay when the items are available ✔Break-through pages, one page of unlimited monitoring products (supports up to 100 models or more) ✔ Support Pantry items automatic monitoring and automatic order placement ✔Captcha intelligent recognition and automatic input ✔ Confused skip ✔Save For Later (shopping cart page) auto refresh/purchase ✔Add-on Item manual/automatic mode (add bone goods) automatic purchase ✔Set up the number of items, selling price, shipping, and Sold by amazon items screening function ✔Occupy very little computer resources (just open a tab) ✔ Simultaneous purchase of multiple accounts ✔ OTP automatic login ✔ The error page is automatically skipped and retryed ✔ Set up automatic turning to break the boundary Link to increase the purchase success rate ✔Set up the landing gear Link support, support automatic purchase of landing gear products ✔ Automatically skip busy pages ✔Easy to use, no extra programs required —————————————————————— (Those who are unsuccessful in rushing to buy will continue to retry adding shopping carts, Those who are unsuccessful in the payment will return to the shopping cart and try again, and the user does not need to manually operate. ) (Quantity = 0 page is automatically snapped up.) All the above items are for permanent use Install and use immediately after purchase Detailed teaching documents and technical support are also attached -------------------------------------------------- Please contact for support https://t.me/amazon2020bot -------------------------------------------------- We follow Chrome's minimum permissions policy and only request the following permissions: - Storage: storing all setting data on user personal's computer. - Access to amazon(jp/uk/us) - Access to Rakuten - Access to google message(optional) -------------------------------------------------- By installing this extension, you agree to the Terms of Service at https://amazonbotauth.herokuapp.com/policy
Βασικές Πληροφορίες Επέκτασης
Όνομα | Amazon&Rakuten Purchasing BOT 亞馬遜樂天 全自動購買插件 |
ID | oemkhjcfkdepjpechnppeeedafaomkhk |
Επίσημο URL | https://chromewebstore.google.com/detail/amazonrakuten-purchasing/oemkhjcfkdepjpechnppeeedafaomkhk |
Περιγραφή | Amazon&Rakuten Purchasing BOT 亞馬遜樂天 全自動購買插件 |
Μέγεθος Αρχείου | 131 KB |
Αριθμός Εγκαταστάσεων | 78 |
Τρέχουσα Έκδοση | 4.520 |
Τελευταία Ενημέρωση | 2021-10-12 |
Ημερομηνία Δημοσίευσης | 2021-05-04 |
Προγραμματιστής | 日馬Bot |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
URL της Σελίδας Πολιτικής Απορρήτου | https://amazonbotauth.herokuapp.com/policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon&Rakuten Purchasing BOT \u4e9e\u99ac\u905c\u6a02\u5929 \u5168\u81ea\u52d5\u8cfc\u8cb7\u63d2\u4ef6", "description": "Amazon&Rakuten Purchasing BOT \u4e9e\u99ac\u905c\u6a02\u5929 \u5168\u81ea\u52d5\u8cfc\u8cb7\u63d2\u4ef6", "version": "4.520", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "beep\/beep.mp3", "items.json" ], "content_scripts": [ { "matches": [ "https:\/\/messages.google.com\/web\/conversations*", "https:\/\/amazonbotauth.herokuapp.com\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.com\/*", "https:\/\/*.rakuten.co.jp\/*", "https:\/\/basket.step.rakuten.co.jp\/*", "https:\/\/item.rakuten.co.jp\/*" ], "js": [ "execute.js" ] } ] } |