Chicken Smoothie Auto Trade Adder

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

Wat is Chicken Smoothie Auto Trade Adder?

Chicken Smoothie Auto Trade Adder is een Chrome-extensie ontwikkeld door cuddlebearkills, en de belangrijkste functie is "Automatically adds items and pets in an entire group to the trade".

Extensie Screenshots

Download het CRX-bestand van de extensie Chicken Smoothie Auto Trade Adder

Download Chicken Smoothie Auto Trade Adder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

V1.1
Added counter                    

Basisinformatie over de Extensie

Naam Chicken Smoothie Auto Trade Adder Chicken Smoothie Auto Trade Adder
ID pojofdfbilhbjefdbfbjjonpknaikpjd
Officiële URL https://chromewebstore.google.com/detail/chicken-smoothie-auto-tra/pojofdfbilhbjefdbfbjjonpknaikpjd
Beschrijving Automatically adds items and pets in an entire group to the trade
Bestandsgrootte 5.15 KB
Aantal Installaties 126
Huidige Versie 1.2
Laatst Bijgewerkt 2023-07-20
Publicatiedatum 2023-07-12
Ontwikkelaar cuddlebearkills
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}