Cookie Clicker Fair Auto Clicker
Fair Auto Clicker for Auto Clicker. Hold Mouse1 on big cookie to start clicking.
Was ist Cookie Clicker Fair Auto Clicker?
Cookie Clicker Fair Auto Clicker ist eine Chrome-Erweiterung, die von eyal28214 entwickelt wurde, und ihr Hauptmerkmal ist "Fair Auto Clicker for Auto Clicker. Hold Mouse1 on big cookie to start clicking.".
Erweiterungsscreenshots
Cookie Clicker Fair Auto Clicker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cookie Clicker Fair Auto Clicker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Cookie Clicker Fair Auto Clicker |
ID | iiijhgbeciabhnlifkioikobjeibpfcn |
Offizielle URL | https://chromewebstore.google.com/detail/cookie-clicker-fair-auto/iiijhgbeciabhnlifkioikobjeibpfcn |
Beschreibung | Fair Auto Clicker for Auto Clicker. Hold Mouse1 on big cookie to start clicking. |
Dateigröße | 31.7 KB |
Installationsanzahl | 6,000 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-08-15 |
Veröffentlichungsdatum | 2023-08-11 |
Bewertung | 4.39/5 Insgesamt 23 Bewertungen |
Entwickler | eyal28214 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |