Chicken Smoothie Auto Trade Adder

Automatically adds items and pets in an entire group to the trade

Chicken Smoothie Auto Trade Adderとは何ですか?

Chicken Smoothie Auto Trade Adderはcuddlebearkillsによって開発されたChromeの拡張機能で、その主な機能は「Automatically adds items and pets in an entire group to the trade」です。

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

Chicken Smoothie Auto Trade Adder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        V1.2
Made menu more appealing as well as added an option for slower computers to prevent lag

V1.1
Added counter                    

拡張機能の基本情報

名前 Chicken Smoothie Auto Trade Adder Chicken Smoothie Auto Trade Adder
ID pojofdfbilhbjefdbfbjjonpknaikpjd
公式URL https://chromewebstore.google.com/detail/chicken-smoothie-auto-tra/pojofdfbilhbjefdbfbjjonpknaikpjd
説明 Automatically adds items and pets in an entire group to the trade
ファイルサイズ 5.15 KB
インストール数 126
現在のバージョン 1.2
最終更新日 2023-07-20
公開日 2023-07-12
開発者 cuddlebearkills
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chicken Smoothie Auto Trade Adder",
    "version": "1.2",
    "description": "Automatically adds items and pets in an entire group to the trade",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Auto Item Adder"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.chickensmoothie.com\/*"
    ]
}