GPU Drops

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

什么是GPU Drops?

GPU Drops是由https://gpudrops.com开发的Chrome扩展程序,该扩展的主要功能是“GPU Drops Shopping Tool for Amazon, BestBuy, EVGA, and Newegg.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载GPU Drops扩展crx文件

下载GPU Drops扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}