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 |
官方網址 | 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" } } |