FlashMaster: Flash Sale AutoBuy Helper Script
Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals
Apa itu FlashMaster: Flash Sale AutoBuy Helper Script?
FlashMaster: Flash Sale AutoBuy Helper Script adalah ekstensi Chrome yang dikembangkan oleh https://flashmaster.in, dan fitur utamanya adalah "Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FlashMaster: Flash Sale AutoBuy Helper Script
Unduh file ekstensi FlashMaster: Flash Sale AutoBuy Helper Script dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 :)
Informasi Dasar Ekstensi
Nama | |
ID | epjpafnkaikooihakhecnfakldmdcija |
URL Resmi | https://chrome.google.com/webstore/detail/flashmaster-flash-sale-au/epjpafnkaikooihakhecnfakldmdcija |
Deskripsi | Flash Sale AutoBuy AutoRefresh helper script for flashsales & deals |
Ukuran File | 388 KB |
Jumlah Instalasi | 1,735 |
Versi Saat Ini | 4.2 |
Terakhir Diperbarui | 2022-08-26 |
Tanggal Publikasi | 2020-03-04 |
Penilaian | 4.43/5 Total 21 Penilaian |
Pengembang | https://flashmaster.in |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://flashmaster.in |
URL Halaman Bantuan | https://flashmaster.in/#contact |
URL Halaman Kebijakan Privasi | https://goevolv.io?privacy_policy=true |
Bahasa yang Didukung | 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" } } |