NerdSpeak Stock Helper
Get a better chance of nabbing a graphics card
NerdSpeak Stock Helperとは何ですか?
NerdSpeak Stock Helperはhttps://nerdspeak.netによって開発されたChromeの拡張機能で、その主な機能は「Get a better chance of nabbing a graphics card」です。
拡張機能のスクリーンショット
NerdSpeak Stock Helper拡張機能のCRXファイルをダウンロード
NerdSpeak Stock Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NerdSpeak BestBuy Helper! Use this tool to make sure you can add your GPU to cart ASAP! Beat the bots!
拡張機能の基本情報
名前 | NerdSpeak Stock Helper |
ID | cdhipbgkompidhheimgemgkcpfahmkam |
公式URL | https://chromewebstore.google.com/detail/nerdspeak-stock-helper/cdhipbgkompidhheimgemgkcpfahmkam |
説明 | Get a better chance of nabbing a graphics card |
ファイルサイズ | 141 KB |
インストール数 | 8,290 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-10-13 |
公開日 | 2021-07-27 |
評価 | 4.23/5 合計 13 レビュー |
開発者 | https://nerdspeak.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://discord.gg/nerdspeak |
ヘルプページのURL | https://discord.gg/nerdspeak |
対応言語 | 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" } } |