GPU Drops

GPU Drops Shopping Tool for Amazon, BestBuy, EVGA, and Newegg.

GPU Drops क्या है?

GPU Drops https://gpudrops.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GPU Drops Shopping Tool for Amazon, BestBuy, EVGA, and Newegg."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GPU Drops एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It's a quarter past 2022 and the PlayStation 5 consoles and Founders Edition graphics are still near impossible to find in stock anywhere.

Introducing the "GPU Drops" extension for Google Chrome!

This extension offers 2 core features:
    1. Auto Checkout Tool for Amazon, BestBuy, EVGA, and Newegg (US & Canada)
    2. Inventory Map for BestBuy (US only; Canada coming soon)

Search for purchasable "backroom" inventory at BestBuy stores near you. These highly constrained items cannot be found online or by a phone call to the store. You can use this extension to see if any store in your area has any PlayStation 5, Xbox Series X, and graphics cards that you can purchase in store. Set up personalized notifications so that you don't miss another restock.

Join the thousands of happy customers who've used the GPU Drops stock monitoring and checkout service to finally get their hands on the latest and greatest gaming and mining hardware!

For tips & tricks, suggestions, and/or technical issues, join our Discord community at https://discord.gg/gpudrops                    

एक्सटेंशन की मूल जानकारी

नाम GPU Drops GPU Drops
ID piglojnbanllileneaadnnbomcijnbdp
आधिकारिक URL https://chromewebstore.google.com/detail/gpu-drops/piglojnbanllileneaadnnbomcijnbdp
विवरण GPU Drops Shopping Tool for Amazon, BestBuy, EVGA, and Newegg.
फ़ाइल का आकार 787 KB
स्थापना संख्या 1,799
वर्तमान संस्करण 2.7.0
अंतिम अपडेट 2022-04-09
प्रकाशन तिथि 2021-10-04
रेटिंग 4.21/5 कुल 14 रेटिंग्स
डेवलपर https://gpudrops.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gpudrops.com
सहायता पृष्ठ URL https://discord.gg/gpudrops
गोपनीयता नीति पृष्ठ URL https://www.nopecha.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "\/images\/gpu128.png",
            "16": "\/images\/gpu16.png",
            "32": "\/images\/gpu32.png",
            "48": "\/images\/gpu48.png"
        },
        "default_popup": "popup.html",
        "default_title": "GPU Drops"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "on_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "bestbuy.js"
            ],
            "matches": [
                "https:\/\/*.bestbuy.ca\/*",
                "https:\/\/*.bestbuy.com\/*"
            ]
        },
        {
            "js": [
                "newegg.js"
            ],
            "matches": [
                "https:\/\/*.newegg.ca\/*",
                "https:\/\/*.newegg.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "GPU Drops Shopping Tool for Amazon, BestBuy, EVGA, and Newegg.",
    "icons": {
        "16": "\/images\/gpu16.png",
        "32": "\/images\/gpu32.png",
        "48": "\/images\/gpu48.png",
        "128": "\/images\/gpu128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "GPU Drops",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": false,
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "cookies",
        "notifications",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "2.7.0"
}