Cookie Clicker Advisor

This extension helps you spend your cookies on the right stuff Cookie Clicker!

Cookie Clicker Advisorとは何ですか?

Cookie Clicker Advisorはccoodduuによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you spend your cookies on the right stuff Cookie Clicker!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Cookie Clicker Advisor拡張機能のCRXファイルをダウンロード

Cookie Clicker Advisor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It compares all your available purchases and shows you what purchase will get you the biggest bang for your buck.

The extension works right after installing, you just have to reload your Cookie Clicker page. It will immediately after loading show you the best thing to buy right over the "Upgrades" tab. It will show you: "purchase name", "CpS* outcome" and "time to obtain".

It works by giving each individual available purchases a score, calculated by its price over how many CpS* it will give you. then it shows you the purchase with the highest score.

If a purchase will take a long time to obtain, it may be faster to buy another upgrade or building first to shorten the amount of time it will take to obtain the expensive purchase. In the new update, if enabled in the options, this will get shown together with the best upgrade.


===Version history===
1.2.0
Changed name from "Cookie Clicker Assistant" to "Cookie Clicker Advisor" as it fits the extension better.
Added the new building and upgrades from v. 2.052.
Added a slider for controlling update speed.
Added option to highlight the best purchase.
The advisor now compensates for Elder Battalion.
Fixed calculation for One Mind, Communal Brainsweep and Elder Pact.
Fixed faster-upgrade-check calculating wrong.

1.1.1
Added the new building and upgrades from v. 2.048.
Added double-synergy upgrades.
Fixed some bugs.
The advisor now accounts for wrinklers CpS* boost.
Added a debug mode, be carefull with it tho.
Added an extra tooltip for the Stock Market-minigame that shows the resting price.


1.1.0
Now only shows the best purchase. With the fixed bugs, other stuff should not be necessary to show.
The extension UI now imitates the normal cookie clicker UI.
The extension can now calculate if there is an upgrade which will help you achieve the best upgrade faster.
The extension now has options, you can find them in the normal cookie-clicker Options-tab.
Fixed Kitten-upgrades being severely overrated by the advisor.
Fixed the Thousand fingers-upgrades having a completely wrong calculation.
Added Valentines Cookies upgrades.
Added prestige-upgrades.
Added Christmas-upgrades. 
Added Easter-upgrades.

1.0.3
Buffs that do not give CpS* now do not bug the system.
Now the extension also works on the http and beta version.

1.0.2
Added the Grandma-Synergy upgrades.
Now the advisor shows how long it will take to earn enough cookies to purchase the upgrade or building.

1.0.1
Added the most important upgrades to the list of available purchases.
Now the CpS* outcome from each purchase will be shown by the advisor.

1.0.0
Added functionality to compare all building-purchases. 
Added list showing top three purchases.

*CpS stands for Cookies pr. Second                    

拡張機能の基本情報

名前 Cookie Clicker Advisor Cookie Clicker Advisor
ID ofmdcdkoaoamflggkifhcckojmnhbaap
公式URL https://chromewebstore.google.com/detail/cookie-clicker-advisor/ofmdcdkoaoamflggkifhcckojmnhbaap
説明 This extension helps you spend your cookies on the right stuff Cookie Clicker!
ファイルサイズ 29.14 KB
インストール数 2,794
現在のバージョン 1.2.0
最終更新日 2023-08-10
公開日 2021-10-04
評価 4.62/5 合計 13 レビュー
開発者 ccoodduu
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Clicker Advisor",
    "version": "1.2.0",
    "description": "This extension helps you spend your cookies on the right stuff Cookie Clicker!",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/orteil.dashnet.org\/cookieclicker\/",
                "http:\/\/orteil.dashnet.org\/cookieclicker\/",
                "https:\/\/orteil.dashnet.org\/cookieclicker\/beta\/",
                "http:\/\/orteil.dashnet.org\/cookieclicker\/beta\/"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.scss"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "selected-frame.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}