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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FlashMaster: Flash Sale AutoBuy Helper Script 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 :)                    

확장 프로그램 기본 정보

이름 FlashMaster: Flash Sale AutoBuy Helper Script FlashMaster: Flash Sale AutoBuy Helper Script
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"
    }
}