NerdSpeak Stock Helper
Get a better chance of nabbing a graphics card
What is NerdSpeak Stock Helper?
NerdSpeak Stock Helper is a Chrome extension developed by https://nerdspeak.net, and its main feature is "Get a better chance of nabbing a graphics card".
Extension Screenshots
Download NerdSpeak Stock Helper Extension CRX File
Download NerdSpeak Stock Helper 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
NerdSpeak BestBuy Helper! Use this tool to make sure you can add your GPU to cart ASAP! Beat the bots!
Extension Basic Information
Name | NerdSpeak Stock Helper |
ID | cdhipbgkompidhheimgemgkcpfahmkam |
Official URL | https://chromewebstore.google.com/detail/nerdspeak-stock-helper/cdhipbgkompidhheimgemgkcpfahmkam |
Description | Get a better chance of nabbing a graphics card |
File Size | 141 KB |
Installation Count | 8,290 |
Current Version | 1.0.0 |
Last Updated | 2021-10-13 |
Publish Date | 2021-07-27 |
Rating | 4.23/5 Total 13 Ratings |
Developer | https://nerdspeak.net |
[email protected] | |
Payment Type | free |
Extension Website | https://discord.gg/nerdspeak |
Help Page URL | https://discord.gg/nerdspeak |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NerdSpeak Stock Helper", "short_name": "NerdSpeak Stock Helper", "description": "Get a better chance of nabbing a graphics card", "version": "1.0.0", "homepage_url": "https:\/\/nerdspeak.net", "icons": { "16": "icons\/nerdspeak-16.png", "32": "icons\/nerdspeak-32.png", "48": "icons\/nerdspeak-48.png", "128": "icons\/nerdspeak-128.png", "400": "icons\/nerdspeak.png" }, "permissions": [], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.bestbuy.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ "injected.js", "logo.png" ], "browser_action": { "default_popup": "popup.html" } } |