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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically adds items and pets in an entire group to the trade"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chicken Smoothie Auto Trade Adder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}