Buy Fast 🔥
Just Tap! on Buy Fast🔥button to buy the product faster than anyone.
Buy Fast 🔥คืออะไร?
Buy Fast 🔥 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gaurav Kushwaha และคุณลักษณะหลักของมันคือ "Just Tap! on Buy Fast🔥button to buy the product faster than anyone."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buy Fast 🔥
ดาวน์โหลดไฟล์ส่วนขยาย Buy Fast 🔥 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will auto-buy your Amazon product for you. 🔥
✅ Tap Buy Fast Button and your Amazon product is ordered automatically.
💡Join our Deals channel: https://t.me/ambhedeals
Version 1.3.2
◾ AutoBuy Feature Added
Version 1.2.4:
◾ Made more faster ⚡
Version 1.2 :
◾Add Amazon Business Fast buy support
◾Fixed and Add Support for Prime Sale Add to cart
⚡Feel free to review and write your thoughts on this tool.
See you again 😁
Insta: ravvkush ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mgfjhemcdajioedmohajjeanpkdeilll |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/buy-fast-%F0%9F%94%A5/mgfjhemcdajioedmohajjeanpkdeilll |
| คำอธิบาย | Just Tap! on Buy Fast🔥button to buy the product faster than anyone. |
| ขนาดไฟล์ | 16.66 KB |
| จำนวนการติดตั้ง | 300 |
| เวอร์ชันปัจจุบัน | 1.3.2 |
| อัปเดตครั้งล่าสุด | 2023-05-01 |
| วันที่เผยแพร่ | 2022-07-16 |
| คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | Gaurav Kushwaha |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"custom_script.js"
],
"matches": [
"https:\/\/www.amazon.in\/*",
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.ca\/*",
"https:\/\/www.amazon.co.uk\/*",
"https:\/\/www.amazon.com.au\/*",
"https:\/\/www.amazon.fr\/*",
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.cn\/*",
"https:\/\/www.amazon.co.jp\/",
"https:\/\/www.amazon.it\/",
"https:\/\/www.amazon.es\/",
"https:\/\/www.amazon.com.mx\/"
],
"run_at": "document_end"
}
],
"description": "Just Tap! on Buy Fast\ud83d\udd25button to buy the product faster than anyone.",
"icons": {
"128": "icon.png",
"48": "icon.png",
"16": "icon.png"
},
"author": "Gaurav Kushwaha",
"manifest_version": 3,
"name": "Buy Fast \ud83d\udd25 ",
"permissions": [
"tabs"
],
"version": "1.3.2"
} | |