KR3 Supreme Bot
Browser automation for supremenewyork.com
KR3 Supreme Bot là gì?
KR3 Supreme Bot là một tiện ích mở rộng Chrome được phát triển bởi http://kr3nd31.ru, và tính năng chính của nó là "Browser automation for supremenewyork.com".
Ả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 KR3 Supreme Bot
Tải xuống các tệp mở rộng KR3 Supreme Bot 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
This extension helps to buy things on the site supremenewyork.com Auto Checkout - The product will automatically be added to your cart and will go straight to the checkout page. AutoFill - All of your billing informations will be automaticaly filled in on the checkout page. PRIVACY: All Personal Info is safe, as the KR3 Supreme Bot by permissions only has access to supreme website: http://www.supremenewyork.com. All data is also stored on local storage, which means you are the only one that may access your information. For more information, if you have purchased the bot navigate to extensions and go to details and check out the permissions of the program. TERMS & CONDITIONS: By installing the app, you agree to the following terms and conditions: The developer is in no way responsible for the security of your data. Your Data is entered and used at your own risk. The developer is not responsible for any accidental purchases incurred by you via the use of this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lcolaameccbididhlelhmbboeebpkfdm |
URL Chính Thức | https://chrome.google.com/webstore/detail/lcolaameccbididhlelhmbboeebpkfdm |
Mô tả | Browser automation for supremenewyork.com |
Kích Thước Tệp | 238 KB |
Số Lần Cài Đặt | 157 |
Phiên Bản Hiện Tại | 2.4.8 |
Cập Nhật Lần Cuối | 2018-10-25 |
Ngày Phát Hành | 2018-10-25 |
Đánh Giá | 3.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | http://kr3nd31.ru |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://kr3nd31.ru/supremebot |
URL Trang Trợ Giúp | https://vk.com/kr3sb |
URL Trang Chính Sách Bảo Mật | http://kr3nd31.ru/program-policies.php |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "author": "KR3ND31", "background": { "scripts": [ "background.js", "block_image.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "checkout.js" ], "matches": [ "*:\/\/www.supremenewyork.com\/checkout" ] }, { "js": [ "jquery.js", "atc.js" ], "matches": [ "*:\/\/www.supremenewyork.com\/shop\/jackets\/*", "*:\/\/www.supremenewyork.com\/shop\/shirts\/*", "*:\/\/www.supremenewyork.com\/shop\/tops-sweaters\/*", "*:\/\/www.supremenewyork.com\/shop\/sweatshirts\/*", "*:\/\/www.supremenewyork.com\/shop\/pants\/*", "*:\/\/www.supremenewyork.com\/shop\/shorts\/*", "*:\/\/www.supremenewyork.com\/shop\/hats\/*", "*:\/\/www.supremenewyork.com\/shop\/accessories\/*", "*:\/\/www.supremenewyork.com\/shop\/skate\/*", "*:\/\/www.supremenewyork.com\/shop\/t-shirts\/*", "*:\/\/www.supremenewyork.com\/shop\/shoes\/*", "*:\/\/www.supremenewyork.com\/shop\/bags\/*" ] } ], "description": "Browser automation for supremenewyork.com", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "KR3 Supreme Bot", "options_page": "options.html", "permissions": [ "*:\/\/supremenewyork.com\/*", "*:\/\/*.cloudfront.net\/*", "*:\/\/kr3nd31.ru\/*", "tabs", "activeTab", "storage", "webRequest", "webRequestBlocking" ], "short_name": "KSB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4.8" } |