Chicken Smoothie Auto Trade Adder

Automatically adds items and pets in an entire group to the trade
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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/*"
  ]
}