Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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\/*"
]
}