Chicken Smoothie Auto Trade Adder
Automatically adds items and pets in an entire group to the trade
What is Chicken Smoothie Auto Trade Adder?
Chicken Smoothie Auto Trade Adder is a Chrome extension developed by cuddlebearkills, and its main feature is "Automatically adds items and pets in an entire group to the trade".
Extension Screenshots
Download Chicken Smoothie Auto Trade Adder Extension CRX File
Download Chicken Smoothie Auto Trade Adder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
V1.2 Made menu more appealing as well as added an option for slower computers to prevent lag V1.1 Added counter
Extension Basic Information
Name | |
ID | pojofdfbilhbjefdbfbjjonpknaikpjd |
Official URL | https://chromewebstore.google.com/detail/chicken-smoothie-auto-tra/pojofdfbilhbjefdbfbjjonpknaikpjd |
Description | Automatically adds items and pets in an entire group to the trade |
File Size | 5.15 KB |
Installation Count | 126 |
Current Version | 1.2 |
Last Updated | 2023-07-20 |
Publish Date | 2023-07-12 |
Developer | cuddlebearkills |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |