BestBuy.ca Precart

Easy way to precart the gpu you want

BestBuy.ca Precartとは何ですか?

BestBuy.ca Precartはfofsfofsによって開発されたChromeの拡張機能で、その主な機能は「Easy way to precart the gpu you want」です。

拡張機能のスクリーンショット

screenshot

BestBuy.ca Precart拡張機能のCRXファイルをダウンロード

BestBuy.ca Precart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to add a product from https://www.bestbuy.ca/ to your cart that isn't available yet. This process of "pre-carting" a product makes it easier to purchase it when it becomes available in stock. This method is used to help combat the excessive bots that are buying up all the stock.

In order to use the extension you must be signed in to an account on https://www.bestbuy.ca/. Then simply copy the Web Code from the product page and paste it in the SKU field and click Add to cart. The card will then be added to your cart. There are some instances where an error may pop up informing you to delete your cookies. If this is the case, click Delete Cookies and sign in once again.

Source code: https://github.com/fofsfofs/BestBuy-Extension/tree/master                    

拡張機能の基本情報

名前 BestBuy.ca Precart BestBuy.ca Precart
ID eggjokjkhfjfhmdfloegcmomomjfecam
公式URL https://chromewebstore.google.com/detail/bestbuyca-precart/eggjokjkhfjfhmdfloegcmomomjfecam
説明 Easy way to precart the gpu you want
ファイルサイズ 39.21 KB
インストール数 643
現在のバージョン 1.0
最終更新日 2021-05-12
公開日 2021-05-12
評価 3.67/5 合計 6 レビュー
開発者 fofsfofs
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/fofsfofs/BestBuy-Extension/tree/master
ヘルプページのURL https://paypal.me/fofsfofs
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BestBuy.ca Precart",
    "description": "Easy way to precart the gpu you want",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    }
}