Flash Sale Cracker
This extension will help you to buy anything from flash sales easily
Flash Sale Crackerคืออะไร?
Flash Sale Cracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Flash Sale Cracker และคุณลักษณะหลักของมันคือ "This extension will help you to buy anything from flash sales easily"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash Sale Cracker
ดาวน์โหลดไฟล์ส่วนขยาย Flash Sale Cracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps you to get phone buying from flash sales. Follow below step 1. Click Icon of Amazon/MI Flash Sale Tricks extension. 2. Click Tricked enabled link given on step one. 3. Script will Start working and Your phone will be added to the Cart Automatically. It will add phone to your cart automatically. It most useful trick extension for Amazon Flash Sale.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Flash Sale Cracker |
ID | gopghmnbegpebfhbnhnklkemdnciipli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flash-sale-cracker/gopghmnbegpebfhbnhnklkemdnciipli |
คำอธิบาย | This extension will help you to buy anything from flash sales easily |
ขนาดไฟล์ | 129 KB |
จำนวนการติดตั้ง | 278 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-04-27 |
วันที่เผยแพร่ | 2016-04-26 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Flash Sale Cracker |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Flash Sale Cracker", "short_name": "Flash Sale Cracker", "version": "1.2", "manifest_version": 2, "description": "This extension will help you to buy anything from flash sales easily", "homepage_url": "http:\/\/www.youtube.com\/technicalguys", "options_page": "src\/browser_action\/updates.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "icons\/48.png", "default_title": "Flash Sale Cracker" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "src\/bg\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.in\/b\/*", "http:\/\/www.amazon.in\/*" ], "js": [ "\/js\/jquery\/jquery.min.js", "\/src\/inject\/amazon.js" ] }, { "matches": [ "http:\/\/www.flipkart.com\/*" ], "js": [ "\/js\/jquery\/jquery.min.js", "\/src\/inject\/flipkart.js" ] }, { "matches": [ "http:\/\/www.mi.com\/in\/*" ], "js": [ "\/src\/inject\/mi.js" ] } ] } |