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
官方網址 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\/*"
    ]
}