FlashMaster: Flash Sale AutoBuy Helper Script
Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals
FlashMaster: Flash Sale AutoBuy Helper Script là gì?
FlashMaster: Flash Sale AutoBuy Helper Script là một tiện ích mở rộng Chrome được phát triển bởi https://flashmaster.in, và tính năng chính của nó là "Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals".
Ả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 FlashMaster: Flash Sale AutoBuy Helper Script
Tải xuống các tệp mở rộng FlashMaster: Flash Sale AutoBuy Helper Script 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
FlashMaster - Flash Sale AutoBuy Helper Chrome Extension Script. > Added Auto-checkout & Auto-Pay during flash sales It refreshes the page multiple times per second during flipkart or amazon Flash Sale until the 'buy now' appears. Then it clicks on Buy Now / Add to Cart Automatically. Frustrated about Flash Sales? FlashMaster AutoBuy Uses a Powerful javascript code to Auto-Refresh the page multiple times Until the Buy Now button appears at the start of the flash sale. It is a flash sale helper tool which provides complete assistance for grabbing stuff during furious flash sales. We may or may not use referral links to upgrade and maintain the FlashMaster services. NOTE: You can anytime turn off the Auto-Refresher using the off button at the top-right of the extension. We recommend using latest ( version 65+ ) of chrome to prevent any compatibility issues. FlashMaster saves your time, effort and money, & it's free :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | epjpafnkaikooihakhecnfakldmdcija |
URL Chính Thức | https://chrome.google.com/webstore/detail/flashmaster-flash-sale-au/epjpafnkaikooihakhecnfakldmdcija |
Mô tả | Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals |
Kích Thước Tệp | 388 KB |
Số Lần Cài Đặt | 1,735 |
Phiên Bản Hiện Tại | 4.2 |
Cập Nhật Lần Cuối | 2022-08-26 |
Ngày Phát Hành | 2020-03-04 |
Đánh Giá | 4.43/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://flashmaster.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://flashmaster.in |
URL Trang Trợ Giúp | https://flashmaster.in/#contact |
URL Trang Chính Sách Bảo Mật | https://goevolv.io?privacy_policy=true |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FlashMaster: Flash Sale AutoBuy Helper Script", "version": "4.2", "description": "Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals", "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "permissions": [ "tabs" ], "author": "FlashMaster", "offline_enabled": true, "content_scripts": [ { "matches": [ "https:\/\/*.flipkart.com\/*" ], "default_icon": "48.png", "run_at": "document_end", "js": [ "loop.js" ] }, { "matches": [ "https:\/\/*.amazon.in\/*" ], "default_icon": "48.png", "run_at": "document_idle", "js": [ "loop.js" ] }, { "matches": [ "https:\/\/*.flipkart.com\/*" ], "default_icon": "48.png", "run_at": "document_start", "js": [ "loop2.js" ] }, { "matches": [ "https:\/\/*.amazon.in\/*" ], "default_icon": "48.png", "run_at": "document_start", "js": [ "loop2.js" ] } ], "browser_action": { "default_icon": "48.png", "default_title": "FlashMaster", "default_popup": "popup.html" } } |