Kicks For Us
Add to cart script to help you cop those hard to get items!
Kicks For Usคืออะไร?
Kicks For Us เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sieu และคุณลักษณะหลักของมันคือ "Add to cart script to help you cop those hard to get items!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kicks For Us
ดาวน์โหลดไฟล์ส่วนขยาย Kicks For Us ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Often more than not, when trying to buy Yeezys, Jordans, Supreme and other deadstock goods, it's almost impossible to beat the bots. With so many requests being sent by bots, the "add to cart" button often glitches out and stops working which often times requires a page refresh which wastes valuable time. Let this chrome extension add your items to cart for you, to make it convenient, once an item is successfully added to your cart, the page will redirect to check out. You still have to complete the payment info. Please be patient as U.S. web stores will be focused first however sites will be added daily. Follow @kingsieu on twitter for updates and to make suggestions for new features! Excludes: Raffles & wait rooms. TLDR & Usage: 1. Navigate to a "supported" website go to a product page. 2. Select your size. 3. Click on the shoe icon, and click "add to cart" 4. Pay! Note: The extension will automatically detect the site you're on and adjust the scripts accordingly. Please report all bugs and feel free to leave positive feedback & constructive criticism since this is being made for the sole community free of cost. Please share and leave a rating to provide an even playing field for all the sneaker heads as well as provide support for further growth of this project! Thank you all! Follow @kingsieu on twitter for updates and to make suggestions for new features! V1.0 Initial release will include: Footlocker, Champs, and Eastbay. V1.1 Added KithNYC v1.2 Instead of redirecting to the cart, the extension redirects to checkout when possible. v1.3 Added SNS (Sneakersnstuff) as well as updated existing sites. v1.4 No Important Updates. v1.5 Added Adidas US. v1.6 Updated logo. v1.7 Added Adidas AE, Adidas AU, Adidas CA, Adidas UK.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kicks For Us |
ID | bhbdbpeonoppomhjipkfnamfnnbjdnoo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kicks-for-us/bhbdbpeonoppomhjipkfnamfnnbjdnoo |
คำอธิบาย | Add to cart script to help you cop those hard to get items! |
ขนาดไฟล์ | 1.29 MB |
จำนวนการติดตั้ง | 389 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2017-02-16 |
วันที่เผยแพร่ | 2017-02-15 |
คะแนน | 3.77/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Sieu |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kicks For Us", "description": "Add to cart script to help you cop those hard to get items!", "version": "1.8", "permissions": [ "activeTab" ], "icons": { "16": "img\/icon2.png", "48": "img\/icon2.png", "128": "img\/icon2.png" }, "browser_action": { "default_icon": { "19": "img\/icon2.png", "38": "img\/icon2.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon.png2" ] } |