Yeezy Sieupply: The Ultimate Yeezy Supply AIO
Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.
Yeezy Sieupply: The Ultimate Yeezy Supply AIO là gì?
Yeezy Sieupply: The Ultimate Yeezy Supply AIO là một tiện ích mở rộng Chrome được phát triển bởi http://kicksfor.us, và tính năng chính của nó là "Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.".
Ả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 Yeezy Sieupply: The Ultimate Yeezy Supply AIO
Tải xuống các tệp mở rộng Yeezy Sieupply: The Ultimate Yeezy Supply AIO 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | igblkgkclhonkmlpbniimdimcnjmciha |
URL Chính Thức | https://chrome.google.com/webstore/detail/yeezy-sieupply-the-ultima/igblkgkclhonkmlpbniimdimcnjmciha |
Mô tả | Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC. |
Kích Thước Tệp | 128 KB |
Số Lần Cài Đặt | 230 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-06-11 |
Ngày Phát Hành | 2018-04-04 |
Đánh Giá | 2.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://kicksfor.us |
Loại Thanh Toán | in_app |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yeezy Sieupply: The Ultimate Yeezy Supply AIO", "version": "1.0.2", "manifest_version": 2, "description": "Add to cart, autofill, autocheckout for Yeezy Supply. All rights reserved, Kicks For Us LLC.", "homepage_url": "https:\/\/kicksfor.us", "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": true }, "content_scripts": [ { "run_at": "document_idle", "all_frames": true, "matches": [ "*:\/\/*.yeezysupply.com\/*\/checkouts\/*", "*:\/\/checkout.shopifycs.com\/*" ], "js": [ "jquery.js", "bootstrap-notify.min.js", "content_script_checkout.js" ] }, { "run_at": "document_end", "all_frames": true, "matches": [ "*:\/\/kicksfor.us\/app\/yeezysieupply\/?Country=*" ], "js": [ "jquery.js", "bootstrap-notify.min.js", "bot_controller.js" ] }, { "run_at": "document_idle", "all_frames": true, "matches": [ "*:\/\/*.yeezysupply.com\/*" ], "js": [ "jquery.js", "bootstrap-notify.min.js", "bot.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "web_accessible_resources": [ "injected.js", "find_product.js", "payment.js", "addto.js", "check_cart.js" ], "browser_action": { "default_title": "Yeezy Sieupply" }, "permissions": [ "*:\/\/*.yeezysupply.com\/*", "tabs", "storage" ], "short_name": "Yeezy Supply: AIO" } |