Chicken Smoothie Auto Trade Adder

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

O que é Chicken Smoothie Auto Trade Adder?

Chicken Smoothie Auto Trade Adder é uma extensão do Chrome desenvolvida por cuddlebearkills, e sua principal característica é "Automatically adds items and pets in an entire group to the trade".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Chicken Smoothie Auto Trade Adder

Baixe arquivos de extensão Chicken Smoothie Auto Trade Adder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

V1.1
Added counter                    

Informações Básicas da Extensão

Nome Chicken Smoothie Auto Trade Adder Chicken Smoothie Auto Trade Adder
ID pojofdfbilhbjefdbfbjjonpknaikpjd
URL Oficial https://chromewebstore.google.com/detail/chicken-smoothie-auto-tra/pojofdfbilhbjefdbfbjjonpknaikpjd
Descrição Automatically adds items and pets in an entire group to the trade
Tamanho do Arquivo 5.15 KB
Contagem de Instalações 126
Versão Atual 1.2
Última Atualização 2023-07-20
Data de Publicação 2023-07-12
Desenvolvedor cuddlebearkills
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}