Chicken Smoothie Auto Trade Adder

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

Qu'est-ce que Chicken Smoothie Auto Trade Adder ?

Chicken Smoothie Auto Trade Adder est une extension Chrome développée par cuddlebearkills, et sa fonction principale est "Automatically adds items and pets in an entire group to the trade".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Chicken Smoothie Auto Trade Adder

Téléchargez les fichiers d'extension Chicken Smoothie Auto Trade Adder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

V1.1
Added counter                    

Informations de Base sur l'Extension

Nom Chicken Smoothie Auto Trade Adder Chicken Smoothie Auto Trade Adder
ID pojofdfbilhbjefdbfbjjonpknaikpjd
URL Officiel https://chromewebstore.google.com/detail/chicken-smoothie-auto-tra/pojofdfbilhbjefdbfbjjonpknaikpjd
Description Automatically adds items and pets in an entire group to the trade
Taille du Fichier 5.15 KB
Nombre d'Installations 126
Version Actuelle 1.2
Dernière Mise à Jour 2023-07-20
Date de Publication 2023-07-12
Développeur cuddlebearkills
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}