Chicken Smoothie Auto Trade Adder
Automatically adds items and pets in an entire group to the trade
Chicken Smoothie Auto Trade Adder là gì?
Chicken Smoothie Auto Trade Adder là một tiện ích mở rộng Chrome được phát triển bởi cuddlebearkills, và tính năng chính của nó là "Automatically adds items and pets in an entire group to the trade".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chicken Smoothie Auto Trade Adder
Tải xuống các tệp mở rộng Chicken Smoothie Auto Trade Adder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
V1.2 Made menu more appealing as well as added an option for slower computers to prevent lag V1.1 Added counter
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pojofdfbilhbjefdbfbjjonpknaikpjd |
URL Chính Thức | https://chromewebstore.google.com/detail/chicken-smoothie-auto-tra/pojofdfbilhbjefdbfbjjonpknaikpjd |
Mô tả | Automatically adds items and pets in an entire group to the trade |
Kích Thước Tệp | 5.15 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-07-20 |
Ngày Phát Hành | 2023-07-12 |
Nhà Phát Triển | cuddlebearkills |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |