Cookie Clicker Fair Auto Clicker

Fair Auto Clicker for Auto Clicker. Hold Mouse1 on big cookie to start clicking.

Что такое Cookie Clicker Fair Auto Clicker?

Cookie Clicker Fair Auto Clicker - это расширение Chrome, разработанное eyal28214, и его основная функция - "Fair Auto Clicker for Auto Clicker. Hold Mouse1 on big cookie to start clicking.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cookie Clicker Fair Auto Clicker

Скачайте файлы расширений Cookie Clicker Fair Auto Clicker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Fair Auto Clicker for Auto Clicker.
Hold Mouse1 on big cookie to start auto clicking.

I do not guarantee this is fair in speedruns, because this disables the 50 cps cap ( even though I cap you to 50 cps )

This is intended to make the game easier without cheese.

I recommend setting to 25, but it goes up to 50.

Works on both v1.0466 and live version.

The extension has a "secret" option that enables Grandpas. This is only for me and it reduces your gameplayability.                    

Основная информация о расширении

Название Cookie Clicker Fair Auto Clicker Cookie Clicker Fair Auto Clicker
ID iiijhgbeciabhnlifkioikobjeibpfcn
Официальный URL https://chromewebstore.google.com/detail/cookie-clicker-fair-auto/iiijhgbeciabhnlifkioikobjeibpfcn
Описание Fair Auto Clicker for Auto Clicker. Hold Mouse1 on big cookie to start clicking.
Размер файла 31.7 KB
Количество установок 6,000
Текущая Версия 1.1
Последнее Обновление 2023-08-15
Дата публикации 2023-08-11
Рейтинг 4.39/5 Всего 23 оценок
Разработчик eyal28214
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Clicker Fair Auto Clicker",
    "manifest_version": 3,
    "version": "1.1",
    "description": "Fair Auto Clicker for Auto Clicker. Hold Mouse1 on big cookie to start clicking.",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "webNavigation"
    ],
    "action": {
        "default_title": "Settings",
        "default_icon": "icon.png",
        "default_popup": "onextensionpressed.html"
    },
    "host_permissions": [
        "*:\/\/*.dashnet.org\/"
    ],
    "background": {
        "service_worker": "background.js"
    }
}