Chicken Smoothie Auto Trade Adder

Automatically adds items and pets in an entire group to the trade

Co to jest Chicken Smoothie Auto Trade Adder?

Chicken Smoothie Auto Trade Adder to rozszerzenie Chrome opracowane przez cuddlebearkills, a jego główną funkcją jest „Automatically adds items and pets in an entire group to the trade”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Chicken Smoothie Auto Trade Adder

Pobierz pliki rozszerzeń Chicken Smoothie Auto Trade Adder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        V1.2
Made menu more appealing as well as added an option for slower computers to prevent lag

V1.1
Added counter                    

Podstawowe informacje o rozszerzeniu

Nazwa Chicken Smoothie Auto Trade Adder Chicken Smoothie Auto Trade Adder
ID pojofdfbilhbjefdbfbjjonpknaikpjd
Oficjalny URL https://chromewebstore.google.com/detail/chicken-smoothie-auto-tra/pojofdfbilhbjefdbfbjjonpknaikpjd
Opis Automatically adds items and pets in an entire group to the trade
Rozmiar pliku 5.15 KB
Liczba instalacji 126
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-07-20
Data Publikacji 2023-07-12
Deweloper cuddlebearkills
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}