Chicken Smoothie Auto Trade Adder

Automatically adds items and pets in an entire group to the trade

Cos'è Chicken Smoothie Auto Trade Adder?

Chicken Smoothie Auto Trade Adder è un'estensione di Chrome sviluppata da cuddlebearkills, e la sua funzione principale è "Automatically adds items and pets in an entire group to the trade".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Chicken Smoothie Auto Trade Adder

Scarica i file di estensione Chicken Smoothie Auto Trade Adder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        V1.2
Made menu more appealing as well as added an option for slower computers to prevent lag

V1.1
Added counter                    

Informazioni di Base sull'Estensione

Nome Chicken Smoothie Auto Trade Adder Chicken Smoothie Auto Trade Adder
ID pojofdfbilhbjefdbfbjjonpknaikpjd
URL Ufficiale https://chromewebstore.google.com/detail/chicken-smoothie-auto-tra/pojofdfbilhbjefdbfbjjonpknaikpjd
Descrizione Automatically adds items and pets in an entire group to the trade
Dimensione del File 5.15 KB
Conteggio Installazioni 126
Versione Corrente 1.2
Ultimo Aggiornamento 2023-07-20
Data di Pubblicazione 2023-07-12
Sviluppatore cuddlebearkills
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}