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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}