AutoBuy Flash Sales, Deals, and Coupons

Now auto buy any type of flash sale products by using our chrome extension

What is AutoBuy Flash Sales, Deals, and Coupons?

AutoBuy Flash Sales, Deals, and Coupons is a Chrome extension developed by https://autobuyapp.com, and its main feature is "Now auto buy any type of flash sale products by using our chrome extension".

Extension Screenshots

screenshot
screenshot

Download AutoBuy Flash Sales, Deals, and Coupons Extension CRX File

Download AutoBuy Flash Sales, Deals, and Coupons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Install Auto buy chrome extension and buy Flash sale products. Updated for Redmi note 10 Pro products

How to Buy Redmi Note 10 Pro Flash sale mobiles:
>>Click on the extension icon and navigate to the ongoing Amazon sales
>>Register for autobuy by clicking on the product button
>>It will open up the product page from where you can view the confirmation
>>Now at the time of sale visit the same product page and our autobuy script will start working before 2 mins of every Redmi Note 10 Pro flash sale
>>Whenever the products come in stock the extension will automatically add them to your cart

Follow the above steps on every flash sale 

New Feature: Buy and Sell
>>Install auto buy extension and click on Star icon after 12 PM
>>You will be notified with the ongoing sales and click on Let People Know
>>Then you will get an option to fill these entries (Product Name, Email, Phone Number and Image)
>>Once you are done then you can publish your listing
>>Other interested people will approach you to buy the product from your cart
>>You both can negotiate the amount and make a deal                    

Extension Basic Information

Name AutoBuy Flash Sales, Deals, and Coupons AutoBuy Flash Sales, Deals, and Coupons
ID gbnahglfafmhaehbdmjedfhdmimjcbed
Official URL https://chromewebstore.google.com/detail/autobuy-flash-sales-deals/gbnahglfafmhaehbdmjedfhdmimjcbed
Description Now auto buy any type of flash sale products by using our chrome extension
File Size 996 KB
Installation Count 26,316
Current Version 2.0.5
Last Updated 2023-05-23
Publish Date 2020-07-02
Rating 4.50/5 Total 286 Ratings
Developer https://autobuyapp.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://autobuyapp.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoBuy Flash Sales, Deals, and Coupons",
    "version": "2.0.5",
    "description": "Now auto buy any type of flash sale products by using our chrome extension",
    "homepage_url": "https:\/\/autobuyapp.com",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "build\/index.html",
        "default_title": "AutoBuy"
    },
    "background": {
        "scripts": [
            "build\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "inject\/price_alert.css"
            ],
            "js": [
                "inject\/[email protected]",
                "highcharts\/highcharts.js",
                "highcharts\/exporting.js",
                "highcharts\/data.js",
                "highcharts\/exportdata.js",
                "highcharts\/accessibility.js",
                "inject\/price_alert.js"
            ],
            "matches": [
                "http:\/\/www.flipkart.com\/*",
                "http:\/\/flipkart.com\/*",
                "https:\/\/www.flipkart.com\/*",
                "https:\/\/flipkart.com\/*",
                "http:\/\/dl.flipkart.com\/*",
                "http:\/\/dl.flipkart.com\/*",
                "https:\/\/dl.flipkart.com\/*",
                "https:\/\/dl.flipkart.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "inject\/price_alert.css"
            ],
            "js": [
                "inject\/[email protected]",
                "inject\/amazonScript.js",
                "highcharts\/highcharts.js",
                "highcharts\/exporting.js",
                "highcharts\/data.js",
                "highcharts\/exportdata.js",
                "highcharts\/accessibility.js",
                "inject\/price_alert.js"
            ],
            "matches": [
                "https:\/\/www.amazon.in\/*",
                "http:\/\/www.amazon.in\/*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/findads.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}