Chicken Smoothie Auto Trade Adder
Automatically adds items and pets in an entire group to the trade
Что такое Chicken Smoothie Auto Trade Adder?
Chicken Smoothie Auto Trade Adder - это расширение Chrome, разработанное cuddlebearkills, и его основная функция - "Automatically adds items and pets in an entire group to the trade".
Снимки экрана расширения
Скачать файл CRX расширения Chicken Smoothie Auto Trade Adder
Скачайте файлы расширений Chicken Smoothie Auto Trade Adder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
V1.2 Made menu more appealing as well as added an option for slower computers to prevent lag V1.1 Added counter
Основная информация о расширении
Название | |
ID | pojofdfbilhbjefdbfbjjonpknaikpjd |
Официальный URL | https://chromewebstore.google.com/detail/chicken-smoothie-auto-tra/pojofdfbilhbjefdbfbjjonpknaikpjd |
Описание | Automatically adds items and pets in an entire group to the trade |
Размер файла | 5.15 KB |
Количество установок | 126 |
Текущая Версия | 1.2 |
Последнее Обновление | 2023-07-20 |
Дата публикации | 2023-07-12 |
Разработчик | cuddlebearkills |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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\/*" ] } |