FlashMaster: Flash Sale AutoBuy Helper Script
Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals
什么是FlashMaster: Flash Sale AutoBuy Helper Script?
FlashMaster: Flash Sale AutoBuy Helper Script是由https://flashmaster.in开发的Chrome扩展程序,该扩展的主要功能是“Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals”。
扩展截图
下载FlashMaster: Flash Sale AutoBuy Helper Script扩展crx文件
下载FlashMaster: Flash Sale AutoBuy Helper Script扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 :)
扩展基本信息
名称 | |
ID | epjpafnkaikooihakhecnfakldmdcija |
官方URL | https://chrome.google.com/webstore/detail/flashmaster-flash-sale-au/epjpafnkaikooihakhecnfakldmdcija |
简介 | Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals |
文件大小 | 388 KB |
安装次数 | 1,735 |
当前版本 | 4.2 |
更新时间 | 2022-08-26 |
上架时间 | 2020-03-04 |
评分 | 4.43/5 共21次评分 |
开发者 | https://flashmaster.in |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://flashmaster.in |
帮助页面URL | https://flashmaster.in/#contact |
隐私政策页面URL | https://goevolv.io?privacy_policy=true |
支持的语言 | 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" } } |