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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cuddlebearkills และคุณลักษณะหลักของมันคือ "Automatically adds items and pets in an entire group to the trade"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chicken Smoothie Auto Trade Adder

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}