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
电子邮箱 [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\/*"
    ]
}