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是由eyal28214开发的Chrome扩展程序,该扩展的主要功能是“Fair Auto Clicker for Auto Clicker. Hold Mouse1 on big cookie to start clicking.”。
扩展截图
下载Cookie Clicker Fair Auto Clicker扩展crx文件
下载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 |
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" } } |