Auto Supreme
One click checkout bot for the Supreme online store.
Auto Supreme là gì?
Auto Supreme là một tiện ích mở rộng Chrome được phát triển bởi AJProduction, và tính năng chính của nó là "One click checkout bot for the Supreme online store.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Auto Supreme
Tải xuống các tệp mở rộng Auto Supreme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
One click checkout bot for the Supreme online store. Once installed right click the extension, go to options, fill out the form. Then go to supremenewyork.com/checkout to verify all your information works properly. On drop day once you have your item in the cart just click checkout and the extension will do the rest.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jfnlegehcjigldimknlfgjglieefifee |
URL Chính Thức | https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee |
Mô tả | One click checkout bot for the Supreme online store. |
Kích Thước Tệp | 87.48 KB |
Số Lần Cài Đặt | 105 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-05-21 |
Ngày Phát Hành | 2017-05-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | AJProduction |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Supreme", "description": "One click checkout bot for the Supreme online store.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Click here!" }, "content_scripts": [ { "matches": [ "https:\/\/www.supremenewyork.com\/checkout" ], "js": [ "myScript.js" ] } ], "options_page": "options.html", "permissions": [ "storage" ] } |